Uses of Class
software.amazon.awssdk.services.sns.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.sns.model software.amazon.awssdk.services.sns.paginators -
-
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 Endpoint Modifier and Type Method Description List<Endpoint>ListEndpointsByPlatformApplicationResponse. endpoints()Endpoints returned forListEndpointsByPlatformApplicationaction.Methods in software.amazon.awssdk.services.sns.model with parameters of type Endpoint Modifier and Type Method Description ListEndpointsByPlatformApplicationResponse.BuilderListEndpointsByPlatformApplicationResponse.Builder. endpoints(Endpoint... endpoints)Endpoints returned forListEndpointsByPlatformApplicationaction.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type Endpoint Modifier and Type Method Description ListEndpointsByPlatformApplicationResponse.BuilderListEndpointsByPlatformApplicationResponse.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 Endpoint Modifier and Type Method Description SdkIterable<Endpoint>ListEndpointsByPlatformApplicationIterable. endpoints()Returns an iterable to iterate through the paginatedListEndpointsByPlatformApplicationResponse.endpoints()member.SdkPublisher<Endpoint>ListEndpointsByPlatformApplicationPublisher. endpoints()Returns a publisher that can be used to get a stream of data.
-