Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchReadException.Builder
-
Packages that use BatchReadException.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchReadException.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchReadException.Builder Modifier and Type Method Description static BatchReadException.BuilderBatchReadException. builder()BatchReadException.BuilderBatchReadException.Builder. message(String message)An exception message that is associated with the failure.BatchReadException.BuilderBatchReadException. toBuilder()BatchReadException.BuilderBatchReadException.Builder. type(String type)A type of exception, such asInvalidArnException.BatchReadException.BuilderBatchReadException.Builder. type(BatchReadExceptionType type)A type of exception, such asInvalidArnException.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchReadException.Builder Modifier and Type Method Description static Class<? extends BatchReadException.Builder>BatchReadException. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchReadException.Builder Modifier and Type Method Description default BatchReadOperationResponse.BuilderBatchReadOperationResponse.Builder. exceptionResponse(Consumer<BatchReadException.Builder> exceptionResponse)Identifies which operation in a batch has failed.
-