Uses of Class
software.amazon.awssdk.services.apprunner.model.OperationSummary
-
Packages that use OperationSummary Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of OperationSummary in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type OperationSummary Modifier and Type Method Description List<OperationSummary>ListOperationsResponse. operationSummaryList()A list of operation summary information records.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type OperationSummary Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. operationSummaryList(OperationSummary... operationSummaryList)A list of operation summary information records.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type OperationSummary Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. operationSummaryList(Collection<OperationSummary> operationSummaryList)A list of operation summary information records.
-