Uses of Interface
software.amazon.awssdk.services.pinpoint.model.RemoveAttributesRequest.Builder
-
Packages that use RemoveAttributesRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of RemoveAttributesRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type RemoveAttributesRequest.Builder 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 RemoveAttributesResponsePinpointClient. removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)Removes one or more custom attributes, of the same attribute type, from the application. -
Uses of RemoveAttributesRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return RemoveAttributesRequest.Builder Modifier and Type Method Description RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. applicationId(String applicationId)The unique identifier for the application.RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. attributeType(String attributeType)The type of attribute or attributes to remove.static RemoveAttributesRequest.BuilderRemoveAttributesRequest. builder()RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveAttributesRequest.BuilderRemoveAttributesRequest. toBuilder()default RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. updateAttributesRequest(Consumer<UpdateAttributesRequest.Builder> updateAttributesRequest)Sets the value of the UpdateAttributesRequest property for this object.RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. updateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)Sets the value of the UpdateAttributesRequest property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type RemoveAttributesRequest.Builder Modifier and Type Method Description static Class<? extends RemoveAttributesRequest.Builder>RemoveAttributesRequest. serializableBuilderClass()
-