Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.IndexType
-
Packages that use IndexType Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of IndexType in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return IndexType Modifier and Type Method Description static IndexTypeIndexType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexTypeGetIndexResponse. type()The type of the index in this Region.IndexTypeIndex. type()The type of index.IndexTypeListIndexesRequest. type()If specified, limits the output to only indexes of the specified Type, eitherLOCALorAGGREGATOR.IndexTypeMemberIndex. type()The type of index.IndexTypeUpdateIndexTypeRequest. type()The type of the index.IndexTypeUpdateIndexTypeResponse. type()Specifies the type of the specified index after the operation completes.static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type IndexType Modifier and Type Method Description static Set<IndexType>IndexType. knownValues()Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type IndexType Modifier and Type Method Description GetIndexResponse.BuilderGetIndexResponse.Builder. type(IndexType type)The type of the index in this Region.Index.BuilderIndex.Builder. type(IndexType type)The type of index.ListIndexesRequest.BuilderListIndexesRequest.Builder. type(IndexType type)If specified, limits the output to only indexes of the specified Type, eitherLOCALorAGGREGATOR.MemberIndex.BuilderMemberIndex.Builder. type(IndexType type)The type of index.UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. type(IndexType type)The type of the index.UpdateIndexTypeResponse.BuilderUpdateIndexTypeResponse.Builder. type(IndexType type)Specifies the type of the specified index after the operation completes.
-