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