| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationResponse |
CreateAppResponse.applicationResponse()
Returns the value of the ApplicationResponse property for this object.
|
ApplicationResponse |
GetAppResponse.applicationResponse()
Returns the value of the ApplicationResponse property for this object.
|
ApplicationResponse |
DeleteAppResponse.applicationResponse()
Returns the value of the ApplicationResponse property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationResponse> |
ApplicationsResponse.item()
An array of responses, one for each application that was returned.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppResponse.Builder |
CreateAppResponse.Builder.applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
GetAppResponse.Builder |
GetAppResponse.Builder.applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
DeleteAppResponse.Builder |
DeleteAppResponse.Builder.applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
ApplicationsResponse.Builder |
ApplicationsResponse.Builder.item(ApplicationResponse... item)
An array of responses, one for each application that was returned.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationsResponse.Builder |
ApplicationsResponse.Builder.item(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
|
Copyright © 2021. All rights reserved.