Uses of Class
software.amazon.awssdk.services.outposts.model.Outpost
Packages that use Outpost
Package
Description
-
Uses of Outpost in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OutpostModifier and TypeMethodDescriptionfinal OutpostCreateOutpostResponse.outpost()Returns the value of the Outpost property for this object.final OutpostGetOutpostResponse.outpost()Returns the value of the Outpost property for this object.final 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 OutpostModifier and TypeMethodDescriptionListOutpostsResponse.outposts()Returns the value of the Outposts property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type OutpostModifier and TypeMethodDescriptionSets the value of the Outpost property for this object.Sets the value of the Outpost property for this object.Sets the value of the Outpost property for this object.Sets the value of the Outposts property for this object.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type OutpostModifier and TypeMethodDescriptionListOutpostsResponse.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 OutpostModifier and TypeMethodDescriptionfinal SdkIterable<Outpost>ListOutpostsIterable.outposts()Returns an iterable to iterate through the paginatedListOutpostsResponse.outposts()member.final SdkPublisher<Outpost>ListOutpostsPublisher.outposts()Returns a publisher that can be used to get a stream of data.