Uses of Interface
software.amazon.awssdk.services.billing.model.GetBillingViewRequest.Builder
-
Packages that use GetBillingViewRequest.Builder Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.model -
-
Uses of GetBillingViewRequest.Builder in software.amazon.awssdk.services.billing
Method parameters in software.amazon.awssdk.services.billing with type arguments of type GetBillingViewRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBillingViewResponse>BillingAsyncClient. getBillingView(Consumer<GetBillingViewRequest.Builder> getBillingViewRequest)Returns the metadata associated to the specified billing view ARN.default GetBillingViewResponseBillingClient. getBillingView(Consumer<GetBillingViewRequest.Builder> getBillingViewRequest)Returns the metadata associated to the specified billing view ARN. -
Uses of GetBillingViewRequest.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return GetBillingViewRequest.Builder Modifier and Type Method Description GetBillingViewRequest.BuilderGetBillingViewRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static GetBillingViewRequest.BuilderGetBillingViewRequest. builder()GetBillingViewRequest.BuilderGetBillingViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBillingViewRequest.BuilderGetBillingViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBillingViewRequest.BuilderGetBillingViewRequest. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type GetBillingViewRequest.Builder Modifier and Type Method Description static Class<? extends GetBillingViewRequest.Builder>GetBillingViewRequest. serializableBuilderClass()
-