Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ApplySchemaResponse.Builder
-
Packages that use ApplySchemaResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ApplySchemaResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ApplySchemaResponse.Builder Modifier and Type Method Description ApplySchemaResponse.BuilderApplySchemaResponse.Builder. appliedSchemaArn(String appliedSchemaArn)The applied schema ARN that is associated with the copied schema in the Directory.static ApplySchemaResponse.BuilderApplySchemaResponse. builder()ApplySchemaResponse.BuilderApplySchemaResponse.Builder. directoryArn(String directoryArn)The ARN that is associated with the Directory.ApplySchemaResponse.BuilderApplySchemaResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ApplySchemaResponse.Builder Modifier and Type Method Description static Class<? extends ApplySchemaResponse.Builder>ApplySchemaResponse. serializableBuilderClass()
-