Uses of Interface
software.amazon.awssdk.services.pinpoint.model.AttributesResource.Builder
-
Packages that use AttributesResource.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AttributesResource.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return AttributesResource.Builder Modifier and Type Method Description AttributesResource.BuilderAttributesResource.Builder. applicationId(String applicationId)The unique identifier for the application.AttributesResource.BuilderAttributesResource.Builder. attributes(String... attributes)An array that specifies the names of the attributes that were removed from the endpoints.AttributesResource.BuilderAttributesResource.Builder. attributes(Collection<String> attributes)An array that specifies the names of the attributes that were removed from the endpoints.AttributesResource.BuilderAttributesResource.Builder. attributeType(String attributeType)The type of attribute or attributes that were removed from the endpoints.static AttributesResource.BuilderAttributesResource. builder()AttributesResource.BuilderAttributesResource. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type AttributesResource.Builder Modifier and Type Method Description static Class<? extends AttributesResource.Builder>AttributesResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type AttributesResource.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.
-