Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PartialFailure.Builder
-
Packages that use PartialFailure.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of PartialFailure.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PartialFailure.Builder Modifier and Type Method Description static PartialFailure.BuilderPartialFailure. builder()PartialFailure.BuilderPartialFailure.Builder. exceptionType(String exceptionType)The type of error.PartialFailure.BuilderPartialFailure.Builder. failureCode(String failureCode)The code of the error.PartialFailure.BuilderPartialFailure.Builder. failureDescription(String failureDescription)A description of the error.PartialFailure.BuilderPartialFailure.Builder. failureResource(String failureResource)The specified rule that could not be deleted.PartialFailure.BuilderPartialFailure. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PartialFailure.Builder Modifier and Type Method Description static Class<? extends PartialFailure.Builder>PartialFailure. serializableBuilderClass()
-