Uses of Enum
software.amazon.awssdk.services.ec2.model.VpcEndpointType
Packages that use VpcEndpointType
-
Uses of VpcEndpointType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEndpointTypeModifier and TypeMethodDescriptionstatic VpcEndpointTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VpcEndpointTypeReturns the enum constant of this type with the specified name.static VpcEndpointType[]VpcEndpointType.values()Returns an array containing the constants of this enum type, in the order they are declared.final VpcEndpointTypeCreateVpcEndpointRequest.vpcEndpointType()The type of endpoint.final VpcEndpointTypeVpcEndpoint.vpcEndpointType()The type of endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEndpointTypeModifier and TypeMethodDescriptionCreateVpcEndpointRequest.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType) The type of endpoint.VpcEndpoint.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType) The type of endpoint.