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.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.
-