Uses of Class
software.amazon.awssdk.services.ssmsap.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.ssmsap.model software.amazon.awssdk.services.ssmsap.paginators -
-
Uses of Operation in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return Operation Modifier and Type Method Description OperationGetOperationResponse. operation()Returns the details of an operation.Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type Operation Modifier and Type Method Description List<Operation>ListOperationsResponse. operations()List of operations performed by AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type Operation Modifier and Type Method Description GetOperationResponse.BuilderGetOperationResponse.Builder. operation(Operation operation)Returns the details of an operation.ListOperationsResponse.BuilderListOperationsResponse.Builder. operations(Operation... operations)List of operations performed by AWS Systems Manager for SAP.Method parameters in software.amazon.awssdk.services.ssmsap.model with type arguments of type Operation Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. operations(Collection<Operation> operations)List of operations performed by AWS Systems Manager for SAP. -
Uses of Operation in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.paginators that return types with arguments of type Operation Modifier and Type Method Description SdkIterable<Operation>ListOperationsIterable. operations()Returns an iterable to iterate through the paginatedListOperationsResponse.operations()member.SdkPublisher<Operation>ListOperationsPublisher. operations()Returns a publisher that can be used to get a stream of data.
-