Uses of Enum
software.amazon.awssdk.services.ec2.model.TrustProviderType
Packages that use TrustProviderType
-
Uses of TrustProviderType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrustProviderTypeModifier and TypeMethodDescriptionstatic TrustProviderTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TrustProviderTypeCreateVerifiedAccessTrustProviderRequest.trustProviderType()The type of trust provider.final TrustProviderTypeVerifiedAccessTrustProvider.trustProviderType()The type of Verified Access trust provider.final TrustProviderTypeVerifiedAccessTrustProviderCondensed.trustProviderType()The type of trust provider (user- or device-based).static TrustProviderTypeReturns 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 TrustProviderTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type TrustProviderTypeModifier and TypeMethodDescriptionCreateVerifiedAccessTrustProviderRequest.Builder.trustProviderType(TrustProviderType trustProviderType) The type of trust provider.VerifiedAccessTrustProvider.Builder.trustProviderType(TrustProviderType trustProviderType) The type of Verified Access trust provider.VerifiedAccessTrustProviderCondensed.Builder.trustProviderType(TrustProviderType trustProviderType) The type of trust provider (user- or device-based).