Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ProvisionTargetType
-
Packages that use ProvisionTargetType Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of ProvisionTargetType in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return ProvisionTargetType Modifier and Type Method Description static ProvisionTargetTypeProvisionTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProvisionTargetTypeProvisionPermissionSetRequest. targetType()The entity type for which the assignment will be created.static ProvisionTargetTypeProvisionTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisionTargetType[]ProvisionTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type ProvisionTargetType Modifier and Type Method Description static Set<ProvisionTargetType>ProvisionTargetType. knownValues()Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type ProvisionTargetType Modifier and Type Method Description ProvisionPermissionSetRequest.BuilderProvisionPermissionSetRequest.Builder. targetType(ProvisionTargetType targetType)The entity type for which the assignment will be created.
-