Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifyAccountResponse
-
Packages that use ModifyAccountResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of ModifyAccountResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return ModifyAccountResponse Modifier and Type Method Description default ModifyAccountResponseWorkSpacesClient. modifyAccount(Consumer<ModifyAccountRequest.Builder> modifyAccountRequest)Modifies the configuration of Bring Your Own License (BYOL) for the specified account.default ModifyAccountResponseWorkSpacesClient. modifyAccount(ModifyAccountRequest modifyAccountRequest)Modifies 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 ModifyAccountResponse Modifier and Type Method Description default CompletableFuture<ModifyAccountResponse>WorkSpacesAsyncClient. modifyAccount(Consumer<ModifyAccountRequest.Builder> modifyAccountRequest)Modifies the configuration of Bring Your Own License (BYOL) for the specified account.default CompletableFuture<ModifyAccountResponse>WorkSpacesAsyncClient. modifyAccount(ModifyAccountRequest modifyAccountRequest)Modifies the configuration of Bring Your Own License (BYOL) for the specified account.
-