Uses of Class
software.amazon.awssdk.services.outposts.model.Subscription
-
Packages that use Subscription Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of Subscription in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Subscription Modifier and Type Method Description List<Subscription>GetOutpostBillingInformationResponse. subscriptions()The subscription details for the specified Outpost.Methods in software.amazon.awssdk.services.outposts.model with parameters of type Subscription Modifier and Type Method Description GetOutpostBillingInformationResponse.BuilderGetOutpostBillingInformationResponse.Builder. subscriptions(Subscription... subscriptions)The subscription details for the specified Outpost.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Subscription Modifier and Type Method Description GetOutpostBillingInformationResponse.BuilderGetOutpostBillingInformationResponse.Builder. subscriptions(Collection<Subscription> subscriptions)The subscription details for the specified Outpost. -
Uses of Subscription in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type Subscription Modifier and Type Method Description SdkIterable<Subscription>GetOutpostBillingInformationIterable. subscriptions()Returns an iterable to iterate through the paginatedGetOutpostBillingInformationResponse.subscriptions()member.SdkPublisher<Subscription>GetOutpostBillingInformationPublisher. subscriptions()Returns a publisher that can be used to get a stream of data.
-