Uses of Class
software.amazon.awssdk.services.servicediscovery.model.OperationFilter
-
Packages that use OperationFilter Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of OperationFilter in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type OperationFilter Modifier and Type Method Description List<OperationFilter>ListOperationsRequest. 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.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type OperationFilter Modifier and Type Method Description 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.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type OperationFilter Modifier and Type Method Description 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.
-