Uses of Class
software.amazon.awssdk.services.fsx.model.FlexCacheEndpointType
-
Packages that use FlexCacheEndpointType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FlexCacheEndpointType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FlexCacheEndpointType Modifier and Type Method Description FlexCacheEndpointTypeOntapVolumeConfiguration. flexCacheEndpointType()Specifies the FlexCache endpoint type of the volume.static FlexCacheEndpointTypeFlexCacheEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlexCacheEndpointTypeFlexCacheEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexCacheEndpointType[]FlexCacheEndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FlexCacheEndpointType Modifier and Type Method Description static Set<FlexCacheEndpointType>FlexCacheEndpointType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type FlexCacheEndpointType Modifier and Type Method Description OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. flexCacheEndpointType(FlexCacheEndpointType flexCacheEndpointType)Specifies the FlexCache endpoint type of the volume.
-