Uses of Enum
software.amazon.awssdk.services.ec2.model.UserTrustProviderType
Packages that use UserTrustProviderType
-
Uses of UserTrustProviderType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UserTrustProviderTypeModifier and TypeMethodDescriptionstatic UserTrustProviderTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserTrustProviderTypeVerifiedAccessInstanceUserTrustProviderClientConfiguration.type()The trust provider type.final UserTrustProviderTypeCreateVerifiedAccessTrustProviderRequest.userTrustProviderType()The type of user-based trust provider.final UserTrustProviderTypeVerifiedAccessTrustProvider.userTrustProviderType()The type of user-based trust provider.final UserTrustProviderTypeVerifiedAccessTrustProviderCondensed.userTrustProviderType()The type of user-based trust provider.static UserTrustProviderTypeReturns the enum constant of this type with the specified name.static UserTrustProviderType[]UserTrustProviderType.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 UserTrustProviderTypeModifier and TypeMethodDescriptionstatic Set<UserTrustProviderType>UserTrustProviderType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type UserTrustProviderTypeModifier and TypeMethodDescriptionVerifiedAccessInstanceUserTrustProviderClientConfiguration.Builder.type(UserTrustProviderType type) The trust provider type.CreateVerifiedAccessTrustProviderRequest.Builder.userTrustProviderType(UserTrustProviderType userTrustProviderType) The type of user-based trust provider.VerifiedAccessTrustProvider.Builder.userTrustProviderType(UserTrustProviderType userTrustProviderType) The type of user-based trust provider.VerifiedAccessTrustProviderCondensed.Builder.userTrustProviderType(UserTrustProviderType userTrustProviderType) The type of user-based trust provider.