Uses of Interface
software.amazon.awssdk.services.sns.model.SetEndpointAttributesRequest.Builder
Packages that use SetEndpointAttributesRequest.Builder
Package
Description
-
Uses of SetEndpointAttributesRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type SetEndpointAttributesRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.setEndpointAttributes(Consumer<SetEndpointAttributesRequest.Builder> setEndpointAttributesRequest) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS.default SetEndpointAttributesResponseSnsClient.setEndpointAttributes(Consumer<SetEndpointAttributesRequest.Builder> setEndpointAttributesRequest) Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. -
Uses of SetEndpointAttributesRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return SetEndpointAttributesRequest.BuilderModifier and TypeMethodDescriptionSetEndpointAttributesRequest.Builder.attributes(Map<String, String> attributes) A map of the endpoint attributes.SetEndpointAttributesRequest.builder()SetEndpointAttributesRequest.Builder.endpointArn(String endpointArn) EndpointArn used forSetEndpointAttributesaction.SetEndpointAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetEndpointAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetEndpointAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type SetEndpointAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetEndpointAttributesRequest.Builder>SetEndpointAttributesRequest.serializableBuilderClass()