Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.ListOperationsRequest.Builder
-
Packages that use ListOperationsRequest.Builder Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.model -
-
Uses of ListOperationsRequest.Builder in software.amazon.awssdk.services.servicediscovery
Method parameters in software.amazon.awssdk.services.servicediscovery with type arguments of type ListOperationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>ServiceDiscoveryAsyncClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsResponseServiceDiscoveryClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsPublisherServiceDiscoveryAsyncClient. listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsIterableServiceDiscoveryClient. listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify. -
Uses of ListOperationsRequest.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return ListOperationsRequest.Builder Modifier and Type Method Description static ListOperationsRequest.BuilderListOperationsRequest. builder()ListOperationsRequest.BuilderListOperationsRequest.Builder. filters(Collection<OperationFilter> filters)A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.ListOperationsRequest.BuilderListOperationsRequest.Builder. filters(Consumer<OperationFilter.Builder>... filters)A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.ListOperationsRequest.BuilderListOperationsRequest.Builder. filters(OperationFilter... filters)A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.ListOperationsRequest.BuilderListOperationsRequest.Builder. maxResults(Integer maxResults)The maximum number of items that you want Cloud Map to return in the response to aListOperationsrequest.ListOperationsRequest.BuilderListOperationsRequest.Builder. nextToken(String nextToken)For the firstListOperationsrequest, omit this value.ListOperationsRequest.BuilderListOperationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOperationsRequest.BuilderListOperationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOperationsRequest.BuilderListOperationsRequest. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type ListOperationsRequest.Builder Modifier and Type Method Description static Class<? extends ListOperationsRequest.Builder>ListOperationsRequest. serializableBuilderClass()
-