Uses of Class
software.amazon.awssdk.services.outposts.model.Outpost
-
Packages that use Outpost Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of Outpost in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Outpost Modifier and Type Method Description OutpostCreateOutpostResponse. outpost()Returns the value of the Outpost property for this object.OutpostGetOutpostResponse. outpost()Returns the value of the Outpost property for this object.OutpostUpdateOutpostResponse. outpost()Returns the value of the Outpost property for this object.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Outpost Modifier and Type Method Description List<Outpost>ListOutpostsResponse. outposts()Returns the value of the Outposts property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type Outpost Modifier and Type Method Description CreateOutpostResponse.BuilderCreateOutpostResponse.Builder. outpost(Outpost outpost)Sets the value of the Outpost property for this object.GetOutpostResponse.BuilderGetOutpostResponse.Builder. outpost(Outpost outpost)Sets the value of the Outpost property for this object.UpdateOutpostResponse.BuilderUpdateOutpostResponse.Builder. outpost(Outpost outpost)Sets the value of the Outpost property for this object.ListOutpostsResponse.BuilderListOutpostsResponse.Builder. outposts(Outpost... outposts)Sets the value of the Outposts property for this object.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Outpost Modifier and Type Method Description ListOutpostsResponse.BuilderListOutpostsResponse.Builder. outposts(Collection<Outpost> outposts)Sets the value of the Outposts property for this object. -
Uses of Outpost in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type Outpost Modifier and Type Method Description SdkIterable<Outpost>ListOutpostsIterable. outposts()Returns an iterable to iterate through the paginatedListOutpostsResponse.outposts()member.SdkPublisher<Outpost>ListOutpostsPublisher. outposts()Returns a publisher that can be used to get a stream of data.
-