Uses of Class
software.amazon.awssdk.services.migrationhub.model.SourceResource
-
Packages that use SourceResource Package Description software.amazon.awssdk.services.migrationhub.model software.amazon.awssdk.services.migrationhub.paginators -
-
Uses of SourceResource in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return SourceResource Modifier and Type Method Description SourceResourceAssociateSourceResourceRequest. sourceResource()The source resource that you want to associate.Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type SourceResource Modifier and Type Method Description List<SourceResource>ListSourceResourcesResponse. sourceResourceList()The list of source resources.Methods in software.amazon.awssdk.services.migrationhub.model with parameters of type SourceResource Modifier and Type Method Description AssociateSourceResourceRequest.BuilderAssociateSourceResourceRequest.Builder. sourceResource(SourceResource sourceResource)The source resource that you want to associate.ListSourceResourcesResponse.BuilderListSourceResourcesResponse.Builder. sourceResourceList(SourceResource... sourceResourceList)The list of source resources.Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type SourceResource Modifier and Type Method Description ListSourceResourcesResponse.BuilderListSourceResourcesResponse.Builder. sourceResourceList(Collection<SourceResource> sourceResourceList)The list of source resources. -
Uses of SourceResource in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type SourceResource Modifier and Type Method Description SdkIterable<SourceResource>ListSourceResourcesIterable. sourceResourceList()Returns an iterable to iterate through the paginatedListSourceResourcesResponse.sourceResourceList()member.SdkPublisher<SourceResource>ListSourceResourcesPublisher. sourceResourceList()Returns a publisher that can be used to get a stream of data.
-