| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static IAMUserAccessToBilling |
IAMUserAccessToBilling.fromValue(String value)
Use this in place of valueOf.
|
static IAMUserAccessToBilling |
IAMUserAccessToBilling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAMUserAccessToBilling[] |
IAMUserAccessToBilling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccountRequest.setIamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new account enables IAM users to access account billing information if
they have the required permissions. |
CreateAccountRequest |
CreateAccountRequest.withIamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new account enables IAM users to access account billing information if
they have the required permissions. |
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withIamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new linked account in the commercial Region enables IAM users to access account
billing information if they have the required permissions. |
Copyright © 2021. All rights reserved.