Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.TrailNotFoundException.Builder
-
Packages that use TrailNotFoundException.Builder Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of TrailNotFoundException.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return TrailNotFoundException.Builder Modifier and Type Method Description TrailNotFoundException.BuilderTrailNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TrailNotFoundException.BuilderTrailNotFoundException. builder()TrailNotFoundException.BuilderTrailNotFoundException.Builder. cause(Throwable cause)TrailNotFoundException.BuilderTrailNotFoundException.Builder. message(String message)TrailNotFoundException.BuilderTrailNotFoundException.Builder. requestId(String requestId)TrailNotFoundException.BuilderTrailNotFoundException.Builder. statusCode(int statusCode)TrailNotFoundException.BuilderTrailNotFoundException. toBuilder()TrailNotFoundException.BuilderTrailNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type TrailNotFoundException.Builder Modifier and Type Method Description static Class<? extends TrailNotFoundException.Builder>TrailNotFoundException. serializableBuilderClass()
-