Uses of Interface
software.amazon.awssdk.services.iam.model.ErrorDetails.Builder
-
Packages that use ErrorDetails.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ErrorDetails.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ErrorDetails.Builder Modifier and Type Method Description static ErrorDetails.BuilderErrorDetails. builder()ErrorDetails.BuilderErrorDetails.Builder. code(String code)The error code associated with the operation failure.ErrorDetails.BuilderErrorDetails.Builder. message(String message)Detailed information about the reason that the operation failed.ErrorDetails.BuilderErrorDetails. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ErrorDetails.Builder Modifier and Type Method Description static Class<? extends ErrorDetails.Builder>ErrorDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type ErrorDetails.Builder Modifier and Type Method Description default GetServiceLastAccessedDetailsResponse.BuilderGetServiceLastAccessedDetailsResponse.Builder. error(Consumer<ErrorDetails.Builder> error)An object that contains details about the reason the operation failed.default GetServiceLastAccessedDetailsWithEntitiesResponse.BuilderGetServiceLastAccessedDetailsWithEntitiesResponse.Builder. error(Consumer<ErrorDetails.Builder> error)An object that contains details about the reason the operation failed.default GetOrganizationsAccessReportResponse.BuilderGetOrganizationsAccessReportResponse.Builder. errorDetails(Consumer<ErrorDetails.Builder> errorDetails)Sets the value of the ErrorDetails property for this object.
-