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