Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest
-
Packages that use ListServicesRequest Package Description software.amazon.awssdk.services.migrationhubrefactorspaces Amazon Web Services Migration Hub Refactor Spaces software.amazon.awssdk.services.migrationhubrefactorspaces.paginators software.amazon.awssdk.services.migrationhubrefactorspaces.transform -
-
Uses of ListServicesRequest in software.amazon.awssdk.services.migrationhubrefactorspaces
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces with parameters of type ListServicesRequest Modifier and Type Method Description default CompletableFuture<ListServicesResponse>MigrationHubRefactorSpacesAsyncClient. listServices(ListServicesRequest listServicesRequest)Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.default ListServicesResponseMigrationHubRefactorSpacesClient. listServices(ListServicesRequest listServicesRequest)Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.default ListServicesPublisherMigrationHubRefactorSpacesAsyncClient. listServicesPaginator(ListServicesRequest listServicesRequest)default ListServicesIterableMigrationHubRefactorSpacesClient. listServicesPaginator(ListServicesRequest listServicesRequest) -
Uses of ListServicesRequest in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Constructors in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators with parameters of type ListServicesRequest Constructor Description ListServicesIterable(MigrationHubRefactorSpacesClient client, ListServicesRequest firstRequest)ListServicesPublisher(MigrationHubRefactorSpacesAsyncClient client, ListServicesRequest firstRequest) -
Uses of ListServicesRequest in software.amazon.awssdk.services.migrationhubrefactorspaces.transform
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.transform with parameters of type ListServicesRequest Modifier and Type Method Description SdkHttpFullRequestListServicesRequestMarshaller. marshall(ListServicesRequest listServicesRequest)
-