Uses of Class
software.amazon.awssdk.services.servicediscovery.model.OperationSummary
-
Packages that use OperationSummary Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of OperationSummary in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type OperationSummary Modifier and Type Method Description List<OperationSummary>ListOperationsResponse. operations()Summary information about the operations that match the specified criteria.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type OperationSummary Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. operations(OperationSummary... operations)Summary information about the operations that match the specified criteria.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type OperationSummary Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. operations(Collection<OperationSummary> operations)Summary information about the operations that match the specified criteria.
-