Uses of Class
software.amazon.awssdk.services.s3outposts.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.s3outposts.model software.amazon.awssdk.services.s3outposts.paginators -
-
Uses of Endpoint in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ListEndpointsResponse. endpoints()The list of endpoints associated with the specified Outpost.List<Endpoint>ListSharedEndpointsResponse. endpoints()The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).Methods in software.amazon.awssdk.services.s3outposts.model with parameters of type Endpoint Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpoints(Endpoint... endpoints)The list of endpoints associated with the specified Outpost.ListSharedEndpointsResponse.BuilderListSharedEndpointsResponse.Builder. endpoints(Endpoint... endpoints)The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).Method parameters in software.amazon.awssdk.services.s3outposts.model with type arguments of type Endpoint Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)The list of endpoints associated with the specified Outpost.ListSharedEndpointsResponse.BuilderListSharedEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM). -
Uses of Endpoint in software.amazon.awssdk.services.s3outposts.paginators
Methods in software.amazon.awssdk.services.s3outposts.paginators that return types with arguments of type Endpoint Modifier and Type Method Description SdkIterable<Endpoint>ListEndpointsIterable. endpoints()Returns an iterable to iterate through the paginatedListEndpointsResponse.endpoints()member.SdkPublisher<Endpoint>ListEndpointsPublisher. endpoints()Returns a publisher that can be used to get a stream of data.SdkIterable<Endpoint>ListSharedEndpointsIterable. endpoints()Returns an iterable to iterate through the paginatedListSharedEndpointsResponse.endpoints()member.SdkPublisher<Endpoint>ListSharedEndpointsPublisher. endpoints()Returns a publisher that can be used to get a stream of data.
-