Uses of Enum
software.amazon.awssdk.services.ec2.model.InternetGatewayBlockMode
Packages that use InternetGatewayBlockMode
-
Uses of InternetGatewayBlockMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InternetGatewayBlockModeModifier and TypeMethodDescriptionstatic InternetGatewayBlockModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InternetGatewayBlockModeModifyVpcBlockPublicAccessOptionsRequest.internetGatewayBlockMode()The mode of VPC BPA.final InternetGatewayBlockModeVpcBlockPublicAccessOptions.internetGatewayBlockMode()The current mode of VPC BPA.static InternetGatewayBlockModeReturns the enum constant of this type with the specified name.static InternetGatewayBlockMode[]InternetGatewayBlockMode.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 InternetGatewayBlockModeModifier and TypeMethodDescriptionstatic Set<InternetGatewayBlockMode>InternetGatewayBlockMode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InternetGatewayBlockModeModifier and TypeMethodDescriptionModifyVpcBlockPublicAccessOptionsRequest.Builder.internetGatewayBlockMode(InternetGatewayBlockMode internetGatewayBlockMode) The mode of VPC BPA.VpcBlockPublicAccessOptions.Builder.internetGatewayBlockMode(InternetGatewayBlockMode internetGatewayBlockMode) The current mode of VPC BPA.