Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GrantType
-
Packages that use GrantType Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of GrantType in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return GrantType Modifier and Type Method Description static GrantTypeGrantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GrantTypeDeleteApplicationGrantRequest. grantType()Specifies the type of grant to delete from the application.GrantTypeGetApplicationGrantRequest. grantType()Specifies the type of grant.GrantTypeGrantItem. grantType()The type of the selected grant.GrantTypePutApplicationGrantRequest. grantType()Specifies the type of grant to update.static GrantTypeGrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantType[]GrantType. 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 GrantType Modifier and Type Method Description static Set<GrantType>GrantType. knownValues()Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type GrantType Modifier and Type Method Description DeleteApplicationGrantRequest.BuilderDeleteApplicationGrantRequest.Builder. grantType(GrantType grantType)Specifies the type of grant to delete from the application.GetApplicationGrantRequest.BuilderGetApplicationGrantRequest.Builder. grantType(GrantType grantType)Specifies the type of grant.GrantItem.BuilderGrantItem.Builder. grantType(GrantType grantType)The type of the selected grant.PutApplicationGrantRequest.BuilderPutApplicationGrantRequest.Builder. grantType(GrantType grantType)Specifies the type of grant to update.
-