Uses of Class
software.amazon.awssdk.services.s3.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ErrorDetails Modifier and Type Method Description ErrorDetailsGetBucketMetadataTableConfigurationResult. error()If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.ErrorDetailsInventoryTableConfigurationResult. error()Returns the value of the Error property for this object.ErrorDetailsJournalTableConfigurationResult. error()Returns the value of the Error property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ErrorDetails Modifier and Type Method Description GetBucketMetadataTableConfigurationResult.BuilderGetBucketMetadataTableConfigurationResult.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.BuilderInventoryTableConfigurationResult.Builder. error(ErrorDetails error)Sets the value of the Error property for this object.JournalTableConfigurationResult.BuilderJournalTableConfigurationResult.Builder. error(ErrorDetails error)Sets the value of the Error property for this object.
-