Uses of Class
software.amazon.awssdk.services.directory.model.SchemaExtensionInfo
-
Packages that use SchemaExtensionInfo Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of SchemaExtensionInfo in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type SchemaExtensionInfo Modifier and Type Method Description List<SchemaExtensionInfo>ListSchemaExtensionsResponse. schemaExtensionsInfo()Information about the schema extensions applied to the directory.Methods in software.amazon.awssdk.services.directory.model with parameters of type SchemaExtensionInfo Modifier and Type Method Description ListSchemaExtensionsResponse.BuilderListSchemaExtensionsResponse.Builder. schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)Information about the schema extensions applied to the directory.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type SchemaExtensionInfo Modifier and Type Method Description ListSchemaExtensionsResponse.BuilderListSchemaExtensionsResponse.Builder. schemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)Information about the schema extensions applied to the directory. -
Uses of SchemaExtensionInfo in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type SchemaExtensionInfo Modifier and Type Method Description SdkIterable<SchemaExtensionInfo>ListSchemaExtensionsIterable. schemaExtensionsInfo()Returns an iterable to iterate through the paginatedListSchemaExtensionsResponse.schemaExtensionsInfo()member.SdkPublisher<SchemaExtensionInfo>ListSchemaExtensionsPublisher. schemaExtensionsInfo()Returns a publisher that can be used to get a stream of data.
-