| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.fromValue(String value)
Use this in place of valueOf.
|
static GrantType |
GrantType.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.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationGrantRequest |
DeleteApplicationGrantRequest.withGrantType(GrantType grantType)
Specifies the type of grant to delete from the application.
|
PutApplicationGrantRequest |
PutApplicationGrantRequest.withGrantType(GrantType grantType)
Specifies the type of grant to update.
|
GetApplicationGrantRequest |
GetApplicationGrantRequest.withGrantType(GrantType grantType)
Specifies the type of grant.
|
GrantItem |
GrantItem.withGrantType(GrantType grantType)
The type of the selected grant.
|
Copyright © 2024. All rights reserved.