Uses of Class
software.amazon.awssdk.services.config.model.FieldInfo
-
Packages that use FieldInfo Package Description software.amazon.awssdk.services.config.model -
-
Uses of FieldInfo in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type FieldInfo Modifier and Type Method Description List<FieldInfo>QueryInfo. selectFields()Returns aFieldInfoobject.Methods in software.amazon.awssdk.services.config.model with parameters of type FieldInfo Modifier and Type Method Description QueryInfo.BuilderQueryInfo.Builder. selectFields(FieldInfo... selectFields)Returns aFieldInfoobject.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type FieldInfo Modifier and Type Method Description QueryInfo.BuilderQueryInfo.Builder. selectFields(Collection<FieldInfo> selectFields)Returns aFieldInfoobject.
-