Uses of Class
software.amazon.awssdk.services.grafana.model.AccountAccessType
-
Packages that use AccountAccessType Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AccountAccessType in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AccountAccessType Modifier and Type Method Description AccountAccessTypeCreateWorkspaceRequest. 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.AccountAccessTypeUpdateWorkspaceRequest. 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.AccountAccessTypeWorkspaceDescription. 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.static AccountAccessTypeAccountAccessType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountAccessTypeAccountAccessType. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type AccountAccessType Modifier and Type Method Description static Set<AccountAccessType>AccountAccessType. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type AccountAccessType Modifier and Type Method Description CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. accountAccessType(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.BuilderUpdateWorkspaceRequest.Builder. accountAccessType(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.WorkspaceDescription.BuilderWorkspaceDescription.Builder. accountAccessType(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.
-