| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesResult |
AbstractAmazonPinpoint.removeAttributes(RemoveAttributesRequest request) |
RemoveAttributesResult |
AmazonPinpointClient.removeAttributes(RemoveAttributesRequest request)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
RemoveAttributesResult |
AmazonPinpoint.removeAttributes(RemoveAttributesRequest removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
Future<RemoveAttributesResult> |
AbstractAmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest request) |
Future<RemoveAttributesResult> |
AmazonPinpointAsyncClient.removeAttributesAsync(RemoveAttributesRequest request) |
Future<RemoveAttributesResult> |
AmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
Future<RemoveAttributesResult> |
AbstractAmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest request,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler) |
Future<RemoveAttributesResult> |
AmazonPinpointAsyncClient.removeAttributesAsync(RemoveAttributesRequest request,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler) |
Future<RemoveAttributesResult> |
AmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest removeAttributesRequest,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveAttributesResult> |
AbstractAmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest request,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler) |
Future<RemoveAttributesResult> |
AmazonPinpointAsyncClient.removeAttributesAsync(RemoveAttributesRequest request,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler) |
Future<RemoveAttributesResult> |
AmazonPinpointAsync.removeAttributesAsync(RemoveAttributesRequest removeAttributesRequest,
AsyncHandler<RemoveAttributesRequest,RemoveAttributesResult> asyncHandler)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesRequest |
RemoveAttributesRequest.clone() |
RemoveAttributesRequest |
RemoveAttributesRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
RemoveAttributesRequest |
RemoveAttributesRequest.withAttributeType(String attributeType)
The type of attribute or attributes to remove.
|
RemoveAttributesRequest |
RemoveAttributesRequest.withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest) |
Copyright © 2022. All rights reserved.