Uses of Class
software.amazon.awssdk.services.pinpoint.model.RemoveAttributesRequest
-
Packages that use RemoveAttributesRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of RemoveAttributesRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type RemoveAttributesRequest Modifier and Type Method Description default CompletableFuture<RemoveAttributesResponse>PinpointAsyncClient. removeAttributes(RemoveAttributesRequest 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. -
Uses of RemoveAttributesRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type RemoveAttributesRequest Modifier and Type Method Description SdkHttpFullRequestRemoveAttributesRequestMarshaller. marshall(RemoveAttributesRequest removeAttributesRequest)
-