Uses of Class
software.amazon.awssdk.services.iam.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ErrorDetails Modifier and Type Method Description ErrorDetailsGetServiceLastAccessedDetailsResponse. error()An object that contains details about the reason the operation failed.ErrorDetailsGetServiceLastAccessedDetailsWithEntitiesResponse. error()An object that contains details about the reason the operation failed.ErrorDetailsGetOrganizationsAccessReportResponse. errorDetails()Returns the value of the ErrorDetails property for this object.Methods in software.amazon.awssdk.services.iam.model with parameters of type ErrorDetails Modifier and Type Method Description GetServiceLastAccessedDetailsResponse.BuilderGetServiceLastAccessedDetailsResponse.Builder. error(ErrorDetails error)An object that contains details about the reason the operation failed.GetServiceLastAccessedDetailsWithEntitiesResponse.BuilderGetServiceLastAccessedDetailsWithEntitiesResponse.Builder. error(ErrorDetails error)An object that contains details about the reason the operation failed.GetOrganizationsAccessReportResponse.BuilderGetOrganizationsAccessReportResponse.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.
-