Uses of Interface
software.amazon.awssdk.services.pinpoint.model.UpdateAttributesRequest.Builder
-
Packages that use UpdateAttributesRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of UpdateAttributesRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return UpdateAttributesRequest.Builder Modifier and Type Method Description UpdateAttributesRequest.BuilderUpdateAttributesRequest.Builder. blacklist(String... blacklist)An array of the attributes to remove from all the endpoints that are associated with the application.UpdateAttributesRequest.BuilderUpdateAttributesRequest.Builder. blacklist(Collection<String> blacklist)An array of the attributes to remove from all the endpoints that are associated with the application.static UpdateAttributesRequest.BuilderUpdateAttributesRequest. builder()UpdateAttributesRequest.BuilderUpdateAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type UpdateAttributesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAttributesRequest.Builder>UpdateAttributesRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type UpdateAttributesRequest.Builder Modifier and Type Method Description default RemoveAttributesRequest.BuilderRemoveAttributesRequest.Builder. updateAttributesRequest(Consumer<UpdateAttributesRequest.Builder> updateAttributesRequest)Sets the value of the UpdateAttributesRequest property for this object.
-