Uses of Class
software.amazon.awssdk.services.workspaces.model.AssociateConnectionAliasResponse
-
Packages that use AssociateConnectionAliasResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of AssociateConnectionAliasResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return AssociateConnectionAliasResponse Modifier and Type Method Description default AssociateConnectionAliasResponseWorkSpacesClient. associateConnectionAlias(Consumer<AssociateConnectionAliasRequest.Builder> associateConnectionAliasRequest)Associates the specified connection alias with the specified directory to enable cross-Region redirection.default AssociateConnectionAliasResponseWorkSpacesClient. associateConnectionAlias(AssociateConnectionAliasRequest associateConnectionAliasRequest)Associates the specified connection alias with the specified directory to enable cross-Region redirection.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type AssociateConnectionAliasResponse Modifier and Type Method Description default CompletableFuture<AssociateConnectionAliasResponse>WorkSpacesAsyncClient. associateConnectionAlias(Consumer<AssociateConnectionAliasRequest.Builder> associateConnectionAliasRequest)Associates the specified connection alias with the specified directory to enable cross-Region redirection.default CompletableFuture<AssociateConnectionAliasResponse>WorkSpacesAsyncClient. associateConnectionAlias(AssociateConnectionAliasRequest associateConnectionAliasRequest)Associates the specified connection alias with the specified directory to enable cross-Region redirection.
-