Uses of Enum
software.amazon.awssdk.services.ec2.model.PayerResponsibilityScope
Packages that use PayerResponsibilityScope
-
Uses of PayerResponsibilityScope in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PayerResponsibilityScopeModifier and TypeMethodDescriptionstatic PayerResponsibilityScopeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PayerResponsibilityScopeModifyVpcEndpointPayerResponsibilityRequest.scope()The scope of usage/charges for which the billing account is being modified.final PayerResponsibilityScopePayerResponsibilityEntry.scope()The scope of usage/charges.static PayerResponsibilityScopeReturns the enum constant of this type with the specified name.static PayerResponsibilityScope[]PayerResponsibilityScope.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 PayerResponsibilityScopeModifier and TypeMethodDescriptionstatic Set<PayerResponsibilityScope>PayerResponsibilityScope.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type PayerResponsibilityScopeModifier and TypeMethodDescriptionModifyVpcEndpointPayerResponsibilityRequest.Builder.scope(PayerResponsibilityScope scope) The scope of usage/charges for which the billing account is being modified.PayerResponsibilityEntry.Builder.scope(PayerResponsibilityScope scope) The scope of usage/charges.