Uses of Class
software.amazon.awssdk.services.s3outposts.model.Outpost
-
Packages that use Outpost Package Description software.amazon.awssdk.services.s3outposts.model software.amazon.awssdk.services.s3outposts.paginators -
-
Uses of Outpost in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type Outpost Modifier and Type Method Description List<Outpost>ListOutpostsWithS3Response. outposts()Returns the list of Outposts that have the following characteristics:Methods in software.amazon.awssdk.services.s3outposts.model with parameters of type Outpost Modifier and Type Method Description ListOutpostsWithS3Response.BuilderListOutpostsWithS3Response.Builder. outposts(Outpost... outposts)Returns the list of Outposts that have the following characteristics:Method parameters in software.amazon.awssdk.services.s3outposts.model with type arguments of type Outpost Modifier and Type Method Description ListOutpostsWithS3Response.BuilderListOutpostsWithS3Response.Builder. outposts(Collection<Outpost> outposts)Returns the list of Outposts that have the following characteristics: -
Uses of Outpost in software.amazon.awssdk.services.s3outposts.paginators
Methods in software.amazon.awssdk.services.s3outposts.paginators that return types with arguments of type Outpost Modifier and Type Method Description SdkIterable<Outpost>ListOutpostsWithS3Iterable. outposts()Returns an iterable to iterate through the paginatedListOutpostsWithS3Response.outposts()member.SdkPublisher<Outpost>ListOutpostsWithS3Publisher. outposts()Returns a publisher that can be used to get a stream of data.
-