Uses of Class
software.amazon.awssdk.services.datazone.model.FilterStatus
-
Packages that use FilterStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FilterStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return FilterStatus Modifier and Type Method Description static FilterStatusFilterStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FilterStatusAssetFilterSummary. status()The status of the asset filter.FilterStatusCreateAssetFilterResponse. status()The status of the asset filter.FilterStatusGetAssetFilterResponse. status()The status of the asset filter.FilterStatusListAssetFiltersRequest. status()The status of the asset filter.FilterStatusUpdateAssetFilterResponse. status()The status of the asset filter.static FilterStatusFilterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterStatus[]FilterStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type FilterStatus Modifier and Type Method Description static Set<FilterStatus>FilterStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type FilterStatus Modifier and Type Method Description AssetFilterSummary.BuilderAssetFilterSummary.Builder. status(FilterStatus status)The status of the asset filter.CreateAssetFilterResponse.BuilderCreateAssetFilterResponse.Builder. status(FilterStatus status)The status of the asset filter.GetAssetFilterResponse.BuilderGetAssetFilterResponse.Builder. status(FilterStatus status)The status of the asset filter.ListAssetFiltersRequest.BuilderListAssetFiltersRequest.Builder. status(FilterStatus status)The status of the asset filter.UpdateAssetFilterResponse.BuilderUpdateAssetFilterResponse.Builder. status(FilterStatus status)The status of the asset filter.
-