Uses of Class
software.amazon.awssdk.services.sns.model.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type EndpointModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationResponse.endpoints()Endpoints returned forListEndpointsByPlatformApplicationaction.Methods in software.amazon.awssdk.services.sns.model with parameters of type EndpointModifier and TypeMethodDescriptionEndpoints returned forListEndpointsByPlatformApplicationaction.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type EndpointModifier and TypeMethodDescriptionListEndpointsByPlatformApplicationResponse.Builder.endpoints(Collection<Endpoint> endpoints) Endpoints returned forListEndpointsByPlatformApplicationaction. -
Uses of Endpoint in software.amazon.awssdk.services.sns.paginators
Methods in software.amazon.awssdk.services.sns.paginators that return types with arguments of type EndpointModifier and TypeMethodDescriptionfinal SdkIterable<Endpoint>ListEndpointsByPlatformApplicationIterable.endpoints()Returns an iterable to iterate through the paginatedListEndpointsByPlatformApplicationResponse.endpoints()member.final SdkPublisher<Endpoint>ListEndpointsByPlatformApplicationPublisher.endpoints()Returns a publisher that can be used to get a stream of data.