Uses of Interface
software.amazon.awssdk.services.pinpoint.model.RemoveAttributesResponse.Builder
-
Packages that use RemoveAttributesResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of RemoveAttributesResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return RemoveAttributesResponse.Builder Modifier and Type Method Description default RemoveAttributesResponse.BuilderRemoveAttributesResponse.Builder. attributesResource(Consumer<AttributesResource.Builder> attributesResource)Sets the value of the AttributesResource property for this object.RemoveAttributesResponse.BuilderRemoveAttributesResponse.Builder. attributesResource(AttributesResource attributesResource)Sets the value of the AttributesResource property for this object.static RemoveAttributesResponse.BuilderRemoveAttributesResponse. builder()RemoveAttributesResponse.BuilderRemoveAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type RemoveAttributesResponse.Builder Modifier and Type Method Description static Class<? extends RemoveAttributesResponse.Builder>RemoveAttributesResponse. serializableBuilderClass()
-