Package | Description |
---|---|
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PlatformApplication> |
ListPlatformApplicationsResult.platformApplications
Platform applications returned when calling ListPlatformApplications
action.
|
Modifier and Type | Method and Description |
---|---|
PlatformApplication |
PlatformApplication.addAttributesEntry(java.lang.String key,
java.lang.String value) |
PlatformApplication |
PlatformApplication.clearAttributesEntries()
Removes all the entries added into Attributes.
|
PlatformApplication |
PlatformApplication.clone() |
PlatformApplication |
PlatformApplication.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Attributes for platform application object.
|
PlatformApplication |
PlatformApplication.withPlatformApplicationArn(java.lang.String platformApplicationArn)
PlatformApplicationArn for platform application object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PlatformApplication> |
ListPlatformApplicationsResult.getPlatformApplications()
Platform applications returned when calling ListPlatformApplications
action.
|
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPlatformApplicationsResult.setPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.withPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
Modifier and Type | Method and Description |
---|---|
PlatformApplication |
PlatformApplicationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |