Uses of Interface
software.amazon.awssdk.services.dynamodb.model.FailureException.Builder
-
Packages that use FailureException.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of FailureException.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return FailureException.Builder Modifier and Type Method Description static FailureException.BuilderFailureException. builder()FailureException.BuilderFailureException.Builder. exceptionDescription(String exceptionDescription)Description of the failure.FailureException.BuilderFailureException.Builder. exceptionName(String exceptionName)Exception name.FailureException.BuilderFailureException. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type FailureException.Builder Modifier and Type Method Description static Class<? extends FailureException.Builder>FailureException. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type FailureException.Builder Modifier and Type Method Description default DescribeContributorInsightsResponse.BuilderDescribeContributorInsightsResponse.Builder. failureException(Consumer<FailureException.Builder> failureException)Returns information about the last failure that was encountered.
-