Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeAccountModificationsResponse
-
Packages that use DescribeAccountModificationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeAccountModificationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeAccountModificationsResponse Modifier and Type Method Description default DescribeAccountModificationsResponseWorkSpacesClient. describeAccountModifications(Consumer<DescribeAccountModificationsRequest.Builder> describeAccountModificationsRequest)Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.default DescribeAccountModificationsResponseWorkSpacesClient. describeAccountModifications(DescribeAccountModificationsRequest describeAccountModificationsRequest)Retrieves a list that describes modifications to 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 DescribeAccountModificationsResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountModificationsResponse>WorkSpacesAsyncClient. describeAccountModifications(Consumer<DescribeAccountModificationsRequest.Builder> describeAccountModificationsRequest)Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.default CompletableFuture<DescribeAccountModificationsResponse>WorkSpacesAsyncClient. describeAccountModifications(DescribeAccountModificationsRequest describeAccountModificationsRequest)Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
-