| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default RemoveAttributesResponse |
PinpointClient.removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)
Removes one or more custom attributes, of the same attribute type, from the application.
|
default CompletableFuture<RemoveAttributesResponse> |
PinpointAsyncClient.removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)
Removes one or more custom attributes, of the same attribute type, from the application.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.attributeType(String attributeType)
The type of attribute or attributes to remove.
|
static RemoveAttributesRequest.Builder |
RemoveAttributesRequest.builder() |
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.toBuilder() |
default RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.updateAttributesRequest(Consumer<UpdateAttributesRequest.Builder> updateAttributesRequest)
Sets the value of the UpdateAttributesRequest property for this object.
|
RemoveAttributesRequest.Builder |
RemoveAttributesRequest.Builder.updateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
Sets the value of the UpdateAttributesRequest property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveAttributesRequest.Builder> |
RemoveAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.