Uses of Class
software.amazon.awssdk.services.s3.model.ErrorDetails
Packages that use ErrorDetails
-
Uses of ErrorDetails in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ErrorDetailsModifier and TypeMethodDescriptionfinal ErrorDetailsGetBucketMetadataTableConfigurationResult.error()If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.final ErrorDetailsInventoryTableConfigurationResult.error()Returns the value of the Error property for this object.final ErrorDetailsJournalTableConfigurationResult.error()Returns the value of the Error property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ErrorDetailsModifier and TypeMethodDescriptionGetBucketMetadataTableConfigurationResult.Builder.error(ErrorDetails error) If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.InventoryTableConfigurationResult.Builder.error(ErrorDetails error) Sets the value of the Error property for this object.JournalTableConfigurationResult.Builder.error(ErrorDetails error) Sets the value of the Error property for this object.