Uses of Class
software.amazon.awssdk.services.workspaces.model.CreateConnectionAliasRequest
-
Packages that use CreateConnectionAliasRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of CreateConnectionAliasRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type CreateConnectionAliasRequest Modifier and Type Method Description default CompletableFuture<CreateConnectionAliasResponse>WorkSpacesAsyncClient. createConnectionAlias(CreateConnectionAliasRequest 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. -
Uses of CreateConnectionAliasRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type CreateConnectionAliasRequest Modifier and Type Method Description SdkHttpFullRequestCreateConnectionAliasRequestMarshaller. marshall(CreateConnectionAliasRequest createConnectionAliasRequest)
-