Uses of Interface
software.amazon.awssdk.services.billing.model.DeleteBillingViewRequest.Builder
-
Packages that use DeleteBillingViewRequest.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 DeleteBillingViewRequest.Builder in software.amazon.awssdk.services.billing
Method parameters in software.amazon.awssdk.services.billing with type arguments of type DeleteBillingViewRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteBillingViewResponse>BillingAsyncClient. deleteBillingView(Consumer<DeleteBillingViewRequest.Builder> deleteBillingViewRequest)Deletes the specified billing view.default DeleteBillingViewResponseBillingClient. deleteBillingView(Consumer<DeleteBillingViewRequest.Builder> deleteBillingViewRequest)Deletes the specified billing view. -
Uses of DeleteBillingViewRequest.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return DeleteBillingViewRequest.Builder Modifier and Type Method Description DeleteBillingViewRequest.BuilderDeleteBillingViewRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static DeleteBillingViewRequest.BuilderDeleteBillingViewRequest. builder()DeleteBillingViewRequest.BuilderDeleteBillingViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBillingViewRequest.BuilderDeleteBillingViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteBillingViewRequest.BuilderDeleteBillingViewRequest. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type DeleteBillingViewRequest.Builder Modifier and Type Method Description static Class<? extends DeleteBillingViewRequest.Builder>DeleteBillingViewRequest. serializableBuilderClass()
-