Uses of Class
software.amazon.awssdk.services.pinpoint.model.RemoveAttributesResponse
-
Packages that use RemoveAttributesResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of RemoveAttributesResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return RemoveAttributesResponse Modifier and Type Method Description default RemoveAttributesResponsePinpointClient. removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)Removes one or more custom attributes, of the same attribute type, from the application.default RemoveAttributesResponsePinpointClient. removeAttributes(RemoveAttributesRequest removeAttributesRequest)Removes one or more custom attributes, of the same attribute type, from the application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type RemoveAttributesResponse Modifier and Type Method Description default CompletableFuture<RemoveAttributesResponse>PinpointAsyncClient. removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)Removes one or more custom attributes, of the same attribute type, from the application.default CompletableFuture<RemoveAttributesResponse>PinpointAsyncClient. removeAttributes(RemoveAttributesRequest removeAttributesRequest)Removes one or more custom attributes, of the same attribute type, from the application.
-