Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest.Builder
-
Packages that use ListServicesRequest.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces Amazon Web Services Migration Hub Refactor Spaces software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ListServicesRequest.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces
Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces with type arguments of type ListServicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListServicesResponse>MigrationHubRefactorSpacesAsyncClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.default ListServicesResponseMigrationHubRefactorSpacesClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.default ListServicesPublisherMigrationHubRefactorSpacesAsyncClient. listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)default ListServicesIterableMigrationHubRefactorSpacesClient. listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) -
Uses of ListServicesRequest.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ListServicesRequest.Builder Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. applicationIdentifier(String applicationIdentifier)The ID of the application.static ListServicesRequest.BuilderListServicesRequest. builder()ListServicesRequest.BuilderListServicesRequest.Builder. environmentIdentifier(String environmentIdentifier)The ID of the environment.ListServicesRequest.BuilderListServicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListServicesRequest.BuilderListServicesRequest.Builder. nextToken(String nextToken)The token for the next page of results.ListServicesRequest.BuilderListServicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServicesRequest.BuilderListServicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServicesRequest.BuilderListServicesRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ListServicesRequest.Builder Modifier and Type Method Description static Class<? extends ListServicesRequest.Builder>ListServicesRequest. serializableBuilderClass()
-