Uses of Enum
software.amazon.awssdk.services.ec2.model.VpcBlockPublicAccessState
Packages that use VpcBlockPublicAccessState
-
Uses of VpcBlockPublicAccessState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcBlockPublicAccessStateModifier and TypeMethodDescriptionstatic VpcBlockPublicAccessStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.VpcBlockPublicAccessOptions.state()The current state of VPC BPA.static VpcBlockPublicAccessStateReturns the enum constant of this type with the specified name.static VpcBlockPublicAccessState[]VpcBlockPublicAccessState.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 VpcBlockPublicAccessStateModifier and TypeMethodDescriptionstatic Set<VpcBlockPublicAccessState>VpcBlockPublicAccessState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcBlockPublicAccessStateModifier and TypeMethodDescriptionVpcBlockPublicAccessOptions.Builder.state(VpcBlockPublicAccessState state) The current state of VPC BPA.