Uses of Class
software.amazon.awssdk.services.inspector2.model.CisSortOrder
-
Packages that use CisSortOrder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CisSortOrder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CisSortOrder Modifier and Type Method Description static CisSortOrderCisSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CisSortOrderGetCisScanResultDetailsRequest. sortOrder()The sort order.CisSortOrderListCisScanConfigurationsRequest. sortOrder()The CIS scan configuration sort order order.CisSortOrderListCisScanResultsAggregatedByChecksRequest. sortOrder()The sort order.CisSortOrderListCisScanResultsAggregatedByTargetResourceRequest. sortOrder()The sort order.CisSortOrderListCisScansRequest. sortOrder()The CIS scans sort order.static CisSortOrderCisSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static CisSortOrder[]CisSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CisSortOrder Modifier and Type Method Description static Set<CisSortOrder>CisSortOrder. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CisSortOrder Modifier and Type Method Description GetCisScanResultDetailsRequest.BuilderGetCisScanResultDetailsRequest.Builder. sortOrder(CisSortOrder sortOrder)The sort order.ListCisScanConfigurationsRequest.BuilderListCisScanConfigurationsRequest.Builder. sortOrder(CisSortOrder sortOrder)The CIS scan configuration sort order order.ListCisScanResultsAggregatedByChecksRequest.BuilderListCisScanResultsAggregatedByChecksRequest.Builder. sortOrder(CisSortOrder sortOrder)The sort order.ListCisScanResultsAggregatedByTargetResourceRequest.BuilderListCisScanResultsAggregatedByTargetResourceRequest.Builder. sortOrder(CisSortOrder sortOrder)The sort order.ListCisScansRequest.BuilderListCisScansRequest.Builder. sortOrder(CisSortOrder sortOrder)The CIS scans sort order.
-