Uses of Class
software.amazon.awssdk.core.SdkField
-
Packages that use SdkField Package Description software.amazon.awssdk.core software.amazon.awssdk.core.exception software.amazon.awssdk.core.protocol software.amazon.awssdk.core.traits -
-
Uses of SdkField in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkField Modifier and Type Method Description SdkField<TypeT>
SdkField.Builder. build()
Methods in software.amazon.awssdk.core that return types with arguments of type SdkField Modifier and Type Method Description default Map<String,SdkField<?>>
SdkPojo. sdkFieldNameToField()
List<SdkField<?>>
SdkPojo. sdkFields()
List<SdkField<?>>
SdkPojoBuilder. sdkFields()
-
Uses of SdkField in software.amazon.awssdk.core.exception
Methods in software.amazon.awssdk.core.exception that return types with arguments of type SdkField Modifier and Type Method Description List<SdkField<?>>
SdkServiceException.BuilderImpl. sdkFields()
List<SdkField<?>>
SdkServiceException. sdkFields()
-
Uses of SdkField in software.amazon.awssdk.core.protocol
Methods in software.amazon.awssdk.core.protocol that return types with arguments of type SdkField Modifier and Type Method Description List<SdkField<?>>
VoidSdkResponse.Builder. sdkFields()
List<SdkField<?>>
VoidSdkResponse. sdkFields()
-
Uses of SdkField in software.amazon.awssdk.core.traits
Methods in software.amazon.awssdk.core.traits that return SdkField Modifier and Type Method Description SdkField
ListTrait. memberFieldInfo()
SdkField
MapTrait. valueFieldInfo()
Methods in software.amazon.awssdk.core.traits with parameters of type SdkField Modifier and Type Method Description ListTrait.Builder
ListTrait.Builder. memberFieldInfo(SdkField memberFieldInfo)
MapTrait.Builder
MapTrait.Builder. valueFieldInfo(SdkField valueFieldInfo)
-