Uses of Class
software.amazon.awssdk.services.migrationhub.model.DisassociateSourceResourceRequest
-
Packages that use DisassociateSourceResourceRequest 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.software.amazon.awssdk.services.migrationhub.transform -
-
Uses of DisassociateSourceResourceRequest in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub with parameters of type DisassociateSourceResourceRequest Modifier and Type Method Description default CompletableFuture<DisassociateSourceResourceResponse>MigrationHubAsyncClient. disassociateSourceResource(DisassociateSourceResourceRequest 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. -
Uses of DisassociateSourceResourceRequest in software.amazon.awssdk.services.migrationhub.transform
Methods in software.amazon.awssdk.services.migrationhub.transform with parameters of type DisassociateSourceResourceRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateSourceResourceRequestMarshaller. marshall(DisassociateSourceResourceRequest disassociateSourceResourceRequest)
-