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