Uses of Interface
software.amazon.awssdk.core.SdkPojo
-
Packages that use SdkPojo Package Description software.amazon.awssdk.core software.amazon.awssdk.core.exception software.amazon.awssdk.core.protocol -
-
Uses of SdkPojo in software.amazon.awssdk.core
Classes in software.amazon.awssdk.core with type parameters of type SdkPojo Modifier and Type Class Description classSdkPojoBuilder<T extends SdkPojo>A builder for an immutableSdkPojowith no fields.Classes in software.amazon.awssdk.core that implement SdkPojo Modifier and Type Class Description classSdkPojoBuilder<T extends SdkPojo>A builder for an immutableSdkPojowith no fields.classSdkRequestThe base class for all SDK requests.classSdkResponseThe base class for all SDK responses.Methods in software.amazon.awssdk.core that return types with arguments of type SdkPojo Modifier and Type Method Description Supplier<SdkPojo>SdkField. constructor()Method parameters in software.amazon.awssdk.core with type arguments of type SdkPojo Modifier and Type Method Description SdkField.Builder<TypeT>SdkField.Builder. constructor(Supplier<SdkPojo> constructor)Sets aSupplierwhich will create a new MUTABLE instance of the POJO. -
Uses of SdkPojo in software.amazon.awssdk.core.exception
Subinterfaces of SdkPojo in software.amazon.awssdk.core.exception Modifier and Type Interface Description static interfaceSdkServiceException.BuilderClasses in software.amazon.awssdk.core.exception that implement SdkPojo Modifier and Type Class Description classSdkServiceExceptionExtension of SdkException that represents an error response returned by the requested downstream service.protected static classSdkServiceException.BuilderImpl -
Uses of SdkPojo in software.amazon.awssdk.core.protocol
Classes in software.amazon.awssdk.core.protocol that implement SdkPojo Modifier and Type Class Description classVoidSdkResponseDummy implementation ofSdkResponse.static classVoidSdkResponse.BuilderFields in software.amazon.awssdk.core.protocol with type parameters of type SdkPojo Modifier and Type Field Description static MarshallingType<SdkPojo>MarshallingType. SDK_POJO
-