Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListSourceResourcesResponse
-
Packages that use ListSourceResourcesResponse 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.paginators -
-
Uses of ListSourceResourcesResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return ListSourceResourcesResponse Modifier and Type Method Description default ListSourceResourcesResponseMigrationHubClient. listSourceResources(Consumer<ListSourceResourcesRequest.Builder> listSourceResourcesRequest)Lists all the source resource that are associated with the specifiedMigrationTaskNameandProgressUpdateStream.default ListSourceResourcesResponseMigrationHubClient. listSourceResources(ListSourceResourcesRequest listSourceResourcesRequest)Lists all the source resource that are associated with the specifiedMigrationTaskNameandProgressUpdateStream.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type ListSourceResourcesResponse Modifier and Type Method Description default CompletableFuture<ListSourceResourcesResponse>MigrationHubAsyncClient. listSourceResources(Consumer<ListSourceResourcesRequest.Builder> listSourceResourcesRequest)Lists all the source resource that are associated with the specifiedMigrationTaskNameandProgressUpdateStream.default CompletableFuture<ListSourceResourcesResponse>MigrationHubAsyncClient. listSourceResources(ListSourceResourcesRequest listSourceResourcesRequest)Lists all the source resource that are associated with the specifiedMigrationTaskNameandProgressUpdateStream. -
Uses of ListSourceResourcesResponse in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ListSourceResourcesResponse Modifier and Type Method Description Iterator<ListSourceResourcesResponse>ListSourceResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhub.paginators with type arguments of type ListSourceResourcesResponse Modifier and Type Method Description voidListSourceResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceResourcesResponse> subscriber)
-