Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.migrationhubrefactorspaces Amazon Web Services Migration Hub Refactor Spaces -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.migrationhubrefactorspaces
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseMigrationHubRefactorSpacesClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces application.default CreateApplicationResponseMigrationHubRefactorSpacesClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces application.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>MigrationHubRefactorSpacesAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces application.default CompletableFuture<CreateApplicationResponse>MigrationHubRefactorSpacesAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces application.
-