| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountAccessType |
AccountAccessType.fromValue(String value)
Use this in place of valueOf.
|
static AccountAccessType |
AccountAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountAccessType[] |
AccountAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription |
WorkspaceDescription.withAccountAccessType(AccountAccessType accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withAccountAccessType(AccountAccessType accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withAccountAccessType(AccountAccessType accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
Copyright © 2021. All rights reserved.