| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationResponse |
ApplicationResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ApplicationResponse |
ApplicationResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
ApplicationResponse |
ApplicationResponse.clone() |
ApplicationResponse |
GetAppResult.getApplicationResponse() |
ApplicationResponse |
DeleteAppResult.getApplicationResponse() |
ApplicationResponse |
CreateAppResult.getApplicationResponse() |
ApplicationResponse |
ApplicationResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
ApplicationResponse |
ApplicationResponse.withCreationDate(String creationDate)
The date and time when the Application was created.
|
ApplicationResponse |
ApplicationResponse.withId(String id)
The unique identifier for the application.
|
ApplicationResponse |
ApplicationResponse.withName(String name)
The display name of the application.
|
ApplicationResponse |
ApplicationResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationResponse> |
ApplicationsResponse.getItem()
An array of responses, one for each application that was returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppResult.setApplicationResponse(ApplicationResponse applicationResponse) |
void |
DeleteAppResult.setApplicationResponse(ApplicationResponse applicationResponse) |
void |
CreateAppResult.setApplicationResponse(ApplicationResponse applicationResponse) |
GetAppResult |
GetAppResult.withApplicationResponse(ApplicationResponse applicationResponse) |
DeleteAppResult |
DeleteAppResult.withApplicationResponse(ApplicationResponse applicationResponse) |
CreateAppResult |
CreateAppResult.withApplicationResponse(ApplicationResponse applicationResponse) |
ApplicationsResponse |
ApplicationsResponse.withItem(ApplicationResponse... item)
An array of responses, one for each application that was returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationsResponse.setItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
|
ApplicationsResponse |
ApplicationsResponse.withItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
|
Copyright © 2025. All rights reserved.