Uses of Enum
software.amazon.awssdk.services.ec2.model.PayerResponsibilityType
Packages that use PayerResponsibilityType
-
Uses of PayerResponsibilityType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PayerResponsibilityTypeModifier and TypeMethodDescriptionstatic PayerResponsibilityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PayerResponsibilityTypeModifyVpcEndpointPayerResponsibilityRequest.payerResponsibility()The Amazon Web Services account to which the usage of VPC endpoint is charged.final PayerResponsibilityTypePayerResponsibilityEntry.payerResponsibilityType()The Amazon Web Services account to which the usage is charged.static PayerResponsibilityTypeReturns the enum constant of this type with the specified name.static PayerResponsibilityType[]PayerResponsibilityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PayerResponsibilityTypeModifier and TypeMethodDescriptionstatic Set<PayerResponsibilityType>PayerResponsibilityType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type PayerResponsibilityTypeModifier and TypeMethodDescriptionModifyVpcEndpointPayerResponsibilityRequest.Builder.payerResponsibility(PayerResponsibilityType payerResponsibility) The Amazon Web Services account to which the usage of VPC endpoint is charged.PayerResponsibilityEntry.Builder.payerResponsibilityType(PayerResponsibilityType payerResponsibilityType) The Amazon Web Services account to which the usage is charged.