Uses of Class
software.amazon.awssdk.services.ec2.model.PayerResponsibilityEntry
Packages that use PayerResponsibilityEntry
-
Uses of PayerResponsibilityEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PayerResponsibilityEntryModifier and TypeMethodDescriptionfinal List<PayerResponsibilityEntry>ModifyVpcEndpointPayerResponsibilityResponse.payerResponsibilities()The payer responsibility settings for the VPC endpoint.final List<PayerResponsibilityEntry>VpcEndpoint.payerResponsibilities()The payer responsibility settings for the endpoint.final List<PayerResponsibilityEntry>VpcEndpointConnection.payerResponsibilities()The payer responsibility settings for the endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PayerResponsibilityEntryModifier and TypeMethodDescriptionModifyVpcEndpointPayerResponsibilityResponse.Builder.payerResponsibilities(PayerResponsibilityEntry... payerResponsibilities) The payer responsibility settings for the VPC endpoint.VpcEndpoint.Builder.payerResponsibilities(PayerResponsibilityEntry... payerResponsibilities) The payer responsibility settings for the endpoint.VpcEndpointConnection.Builder.payerResponsibilities(PayerResponsibilityEntry... payerResponsibilities) The payer responsibility settings for the endpoint.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PayerResponsibilityEntryModifier and TypeMethodDescriptionModifyVpcEndpointPayerResponsibilityResponse.Builder.payerResponsibilities(Collection<PayerResponsibilityEntry> payerResponsibilities) The payer responsibility settings for the VPC endpoint.VpcEndpoint.Builder.payerResponsibilities(Collection<PayerResponsibilityEntry> payerResponsibilities) The payer responsibility settings for the endpoint.VpcEndpointConnection.Builder.payerResponsibilities(Collection<PayerResponsibilityEntry> payerResponsibilities) The payer responsibility settings for the endpoint.