Uses of Class
software.amazon.awssdk.services.outposts.model.GetOutpostBillingInformationResponse
-
Packages that use GetOutpostBillingInformationResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.paginators -
-
Uses of GetOutpostBillingInformationResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetOutpostBillingInformationResponse Modifier and Type Method Description default GetOutpostBillingInformationResponseOutpostsClient. getOutpostBillingInformation(Consumer<GetOutpostBillingInformationRequest.Builder> getOutpostBillingInformationRequest)Gets current and historical billing information about the specified Outpost.default GetOutpostBillingInformationResponseOutpostsClient. getOutpostBillingInformation(GetOutpostBillingInformationRequest getOutpostBillingInformationRequest)Gets current and historical billing information about the specified Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetOutpostBillingInformationResponse Modifier and Type Method Description default CompletableFuture<GetOutpostBillingInformationResponse>OutpostsAsyncClient. getOutpostBillingInformation(Consumer<GetOutpostBillingInformationRequest.Builder> getOutpostBillingInformationRequest)Gets current and historical billing information about the specified Outpost.default CompletableFuture<GetOutpostBillingInformationResponse>OutpostsAsyncClient. getOutpostBillingInformation(GetOutpostBillingInformationRequest getOutpostBillingInformationRequest)Gets current and historical billing information about the specified Outpost. -
Uses of GetOutpostBillingInformationResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type GetOutpostBillingInformationResponse Modifier and Type Method Description Iterator<GetOutpostBillingInformationResponse>GetOutpostBillingInformationIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type GetOutpostBillingInformationResponse Modifier and Type Method Description voidGetOutpostBillingInformationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetOutpostBillingInformationResponse> subscriber)
-