Uses of Class
software.amazon.awssdk.services.workspaces.model.CreateConnectionAliasResponse
-
Packages that use CreateConnectionAliasResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of CreateConnectionAliasResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return CreateConnectionAliasResponse Modifier and Type Method Description default CreateConnectionAliasResponseWorkSpacesClient. createConnectionAlias(Consumer<CreateConnectionAliasRequest.Builder> createConnectionAliasRequest)Creates the specified connection alias for use with cross-Region redirection.default CreateConnectionAliasResponseWorkSpacesClient. createConnectionAlias(CreateConnectionAliasRequest createConnectionAliasRequest)Creates the specified connection alias for use with cross-Region redirection.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type CreateConnectionAliasResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionAliasResponse>WorkSpacesAsyncClient. createConnectionAlias(Consumer<CreateConnectionAliasRequest.Builder> createConnectionAliasRequest)Creates the specified connection alias for use with cross-Region redirection.default CompletableFuture<CreateConnectionAliasResponse>WorkSpacesAsyncClient. createConnectionAlias(CreateConnectionAliasRequest createConnectionAliasRequest)Creates the specified connection alias for use with cross-Region redirection.
-