Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
AttributesResource |
AttributesResource.clone() |
AttributesResource |
RemoveAttributesResult.getAttributesResource() |
AttributesResource |
AttributesResource.withApplicationId(String applicationId)
The unique identifier for the application.
|
AttributesResource |
AttributesResource.withAttributes(Collection<String> attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource |
AttributesResource.withAttributes(String... attributes)
An array that specifies the names of the attributes that were removed from the endpoints.
|
AttributesResource |
AttributesResource.withAttributeType(String attributeType)
The type of attribute or attributes that were removed from the endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveAttributesResult.setAttributesResource(AttributesResource attributesResource) |
RemoveAttributesResult |
RemoveAttributesResult.withAttributesResource(AttributesResource attributesResource) |
Copyright © 2023. All rights reserved.