Uses of Class
software.amazon.awssdk.services.migrationhub.model.DisassociateSourceResourceResponse
-
Packages that use DisassociateSourceResourceResponse Package Description software.amazon.awssdk.services.migrationhub The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub. -
-
Uses of DisassociateSourceResourceResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return DisassociateSourceResourceResponse Modifier and Type Method Description default DisassociateSourceResourceResponseMigrationHubClient. disassociateSourceResource(Consumer<DisassociateSourceResourceRequest.Builder> disassociateSourceResourceRequest)Removes the association between a source resource and a migration task.default DisassociateSourceResourceResponseMigrationHubClient. disassociateSourceResource(DisassociateSourceResourceRequest disassociateSourceResourceRequest)Removes the association between a source resource and a migration task.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type DisassociateSourceResourceResponse Modifier and Type Method Description default CompletableFuture<DisassociateSourceResourceResponse>MigrationHubAsyncClient. disassociateSourceResource(Consumer<DisassociateSourceResourceRequest.Builder> disassociateSourceResourceRequest)Removes the association between a source resource and a migration task.default CompletableFuture<DisassociateSourceResourceResponse>MigrationHubAsyncClient. disassociateSourceResource(DisassociateSourceResourceRequest disassociateSourceResourceRequest)Removes the association between a source resource and a migration task.
-