Uses of Class
software.amazon.awssdk.services.datazone.model.AwsAccount
-
Packages that use AwsAccount Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AwsAccount in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AwsAccount Modifier and Type Method Description AwsAccountEnvironmentConfiguration. awsAccount()The Amazon Web Services account of the environment.static AwsAccountAwsAccount. fromAwsAccountId(String awsAccountId)Create an instance of this class withawsAccountId()initialized to the given value.static AwsAccountAwsAccount. fromAwsAccountIdPath(String awsAccountIdPath)Create an instance of this class withawsAccountIdPath()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AwsAccount Modifier and Type Method Description EnvironmentConfiguration.BuilderEnvironmentConfiguration.Builder. awsAccount(AwsAccount awsAccount)The Amazon Web Services account of the environment.
-