Uses of Class
software.amazon.awssdk.services.ec2.model.TrustProviderType
-
Packages that use TrustProviderType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TrustProviderType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrustProviderType Modifier and Type Method Description static TrustProviderTypeTrustProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrustProviderTypeCreateVerifiedAccessTrustProviderRequest. trustProviderType()The type of trust provider.TrustProviderTypeVerifiedAccessTrustProvider. trustProviderType()The type of Verified Access trust provider.TrustProviderTypeVerifiedAccessTrustProviderCondensed. trustProviderType()The type of trust provider (user- or device-based).static TrustProviderTypeTrustProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustProviderType[]TrustProviderType. 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 TrustProviderType Modifier and Type Method Description static Set<TrustProviderType>TrustProviderType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrustProviderType Modifier and Type Method Description CreateVerifiedAccessTrustProviderRequest.BuilderCreateVerifiedAccessTrustProviderRequest.Builder. trustProviderType(TrustProviderType trustProviderType)The type of trust provider.VerifiedAccessTrustProvider.BuilderVerifiedAccessTrustProvider.Builder. trustProviderType(TrustProviderType trustProviderType)The type of Verified Access trust provider.VerifiedAccessTrustProviderCondensed.BuilderVerifiedAccessTrustProviderCondensed.Builder. trustProviderType(TrustProviderType trustProviderType)The type of trust provider (user- or device-based).
-