Uses of Interface
software.amazon.awssdk.services.outposts.model.GetOutpostBillingInformationRequest.Builder
-
Packages that use GetOutpostBillingInformationRequest.Builder 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.model -
-
Uses of GetOutpostBillingInformationRequest.Builder in software.amazon.awssdk.services.outposts
-
Uses of GetOutpostBillingInformationRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return GetOutpostBillingInformationRequest.Builder Modifier and Type Method Description static GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest. builder()GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest.Builder. outpostIdentifier(String outpostIdentifier)The ID or ARN of the Outpost.GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetOutpostBillingInformationRequest.BuilderGetOutpostBillingInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetOutpostBillingInformationRequest.Builder Modifier and Type Method Description static Class<? extends GetOutpostBillingInformationRequest.Builder>GetOutpostBillingInformationRequest. serializableBuilderClass()
-