Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeAccountResponse
-
Packages that use DescribeAccountResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeAccountResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeAccountResponse Modifier and Type Method Description default DescribeAccountResponseWorkSpacesClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.default DescribeAccountResponseWorkSpacesClient. describeAccount(DescribeAccountRequest describeAccountRequest)Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeAccountResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountResponse>WorkSpacesAsyncClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.default CompletableFuture<DescribeAccountResponse>WorkSpacesAsyncClient. describeAccount(DescribeAccountRequest describeAccountRequest)Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.
-