Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListInsightsStatusFilter
-
Packages that use ListInsightsStatusFilter Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of ListInsightsStatusFilter in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ListInsightsStatusFilter Modifier and Type Method Description ListInsightsStatusFilterListInsightsRequest. statusFilter()A filter used to filter the returned insights by their status.ListInsightsStatusFilterListOrganizationInsightsRequest. statusFilter()Returns the value of the StatusFilter property for this object.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ListInsightsStatusFilter Modifier and Type Method Description ListInsightsRequest.BuilderListInsightsRequest.Builder. statusFilter(ListInsightsStatusFilter statusFilter)A filter used to filter the returned insights by their status.ListOrganizationInsightsRequest.BuilderListOrganizationInsightsRequest.Builder. statusFilter(ListInsightsStatusFilter statusFilter)Sets the value of the StatusFilter property for this object.
-