Uses of Class
software.amazon.awssdk.services.workspaces.model.AccountModification
-
Packages that use AccountModification Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AccountModification in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AccountModification Modifier and Type Method Description List<AccountModification>DescribeAccountModificationsResponse. accountModifications()The list of modifications to the configuration of BYOL.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AccountModification Modifier and Type Method Description DescribeAccountModificationsResponse.BuilderDescribeAccountModificationsResponse.Builder. accountModifications(AccountModification... accountModifications)The list of modifications to the configuration of BYOL.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type AccountModification Modifier and Type Method Description DescribeAccountModificationsResponse.BuilderDescribeAccountModificationsResponse.Builder. accountModifications(Collection<AccountModification> accountModifications)The list of modifications to the configuration of BYOL.
-