Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointPayerResponsibilityRequest.Builder
Packages that use ModifyVpcEndpointPayerResponsibilityRequest.Builder
Package
Description
-
Uses of ModifyVpcEndpointPayerResponsibilityRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcEndpointPayerResponsibilityRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEndpointPayerResponsibility(Consumer<ModifyVpcEndpointPayerResponsibilityRequest.Builder> modifyVpcEndpointPayerResponsibilityRequest) Modifies the billing account for VPC endpoint usage/charges.Ec2Client.modifyVpcEndpointPayerResponsibility(Consumer<ModifyVpcEndpointPayerResponsibilityRequest.Builder> modifyVpcEndpointPayerResponsibilityRequest) Modifies the billing account for VPC endpoint usage/charges. -
Uses of ModifyVpcEndpointPayerResponsibilityRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcEndpointPayerResponsibilityRequest.BuilderModifier and TypeMethodDescriptionModifyVpcEndpointPayerResponsibilityRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpcEndpointPayerResponsibilityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcEndpointPayerResponsibilityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcEndpointPayerResponsibilityRequest.Builder.payerResponsibility(String payerResponsibility) The Amazon Web Services account to which the usage of VPC endpoint is charged.ModifyVpcEndpointPayerResponsibilityRequest.Builder.payerResponsibility(PayerResponsibilityType payerResponsibility) The Amazon Web Services account to which the usage of VPC endpoint is charged.The scope of usage/charges for which the billing account is being modified.ModifyVpcEndpointPayerResponsibilityRequest.Builder.scope(PayerResponsibilityScope scope) The scope of usage/charges for which the billing account is being modified.The ID of the VPC endpoint service.ModifyVpcEndpointPayerResponsibilityRequest.toBuilder()ModifyVpcEndpointPayerResponsibilityRequest.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcEndpointPayerResponsibilityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcEndpointPayerResponsibilityRequest.Builder>ModifyVpcEndpointPayerResponsibilityRequest.serializableBuilderClass()