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