Uses of Class
software.amazon.awssdk.services.greengrassv2.model.IotEndpointType
-
Packages that use IotEndpointType Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of IotEndpointType in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return IotEndpointType Modifier and Type Method Description static IotEndpointTypeIotEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IotEndpointTypeGetComponentVersionArtifactRequest. iotEndpointType()Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint.static IotEndpointTypeIotEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static IotEndpointType[]IotEndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type IotEndpointType Modifier and Type Method Description static Set<IotEndpointType>IotEndpointType. knownValues()Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type IotEndpointType Modifier and Type Method Description GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. iotEndpointType(IotEndpointType iotEndpointType)Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint.
-