Uses of Class
software.amazon.awssdk.services.osis.model.VpcEndpointServiceName
-
Packages that use VpcEndpointServiceName Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcEndpointServiceName in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return VpcEndpointServiceName Modifier and Type Method Description static VpcEndpointServiceNameVpcEndpointServiceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VpcEndpointServiceNameServiceVpcEndpoint. serviceName()The name of the service for which a VPC endpoint was created.static VpcEndpointServiceNameVpcEndpointServiceName. valueOf(String name)Returns the enum constant of this type with the specified name.static VpcEndpointServiceName[]VpcEndpointServiceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type VpcEndpointServiceName Modifier and Type Method Description static Set<VpcEndpointServiceName>VpcEndpointServiceName. knownValues()Methods in software.amazon.awssdk.services.osis.model with parameters of type VpcEndpointServiceName Modifier and Type Method Description ServiceVpcEndpoint.BuilderServiceVpcEndpoint.Builder. serviceName(VpcEndpointServiceName serviceName)The name of the service for which a VPC endpoint was created.
-