Uses of Enum
software.amazon.awssdk.services.ec2.model.DeviceTrustProviderType
Packages that use DeviceTrustProviderType
-
Uses of DeviceTrustProviderType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeviceTrustProviderTypeModifier and TypeMethodDescriptionfinal DeviceTrustProviderTypeCreateVerifiedAccessTrustProviderRequest.deviceTrustProviderType()The type of device-based trust provider.final DeviceTrustProviderTypeVerifiedAccessTrustProvider.deviceTrustProviderType()The type of device-based trust provider.final DeviceTrustProviderTypeVerifiedAccessTrustProviderCondensed.deviceTrustProviderType()The type of device-based trust provider.static DeviceTrustProviderTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceTrustProviderTypeReturns the enum constant of this type with the specified name.static DeviceTrustProviderType[]DeviceTrustProviderType.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 DeviceTrustProviderTypeModifier and TypeMethodDescriptionfinal List<DeviceTrustProviderType>ExportVerifiedAccessInstanceClientConfigurationResponse.deviceTrustProviders()The device trust providers.static Set<DeviceTrustProviderType>DeviceTrustProviderType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DeviceTrustProviderTypeModifier and TypeMethodDescriptionExportVerifiedAccessInstanceClientConfigurationResponse.Builder.deviceTrustProviders(DeviceTrustProviderType... deviceTrustProviders) The device trust providers.CreateVerifiedAccessTrustProviderRequest.Builder.deviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType) The type of device-based trust provider.VerifiedAccessTrustProvider.Builder.deviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType) The type of device-based trust provider.VerifiedAccessTrustProviderCondensed.Builder.deviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType) The type of device-based trust provider.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeviceTrustProviderTypeModifier and TypeMethodDescriptionExportVerifiedAccessInstanceClientConfigurationResponse.Builder.deviceTrustProviders(Collection<DeviceTrustProviderType> deviceTrustProviders) The device trust providers.