| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static IAMUserAccessToBilling |
IAMUserAccessToBilling.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IAMUserAccessToBilling |
CreateAccountRequest.iamUserAccessToBilling()
If set to
ALLOW, the new account enables IAM users to access account billing information if
they have the required permissions. |
IAMUserAccessToBilling |
CreateGovCloudAccountRequest.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. |
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 |
|---|---|
static Set<IAMUserAccessToBilling> |
IAMUserAccessToBilling.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.iamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new account enables IAM users to access account billing information
if they have the required permissions. |
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.iamUserAccessToBilling(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 © 2023. All rights reserved.