Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryItemSchema
Packages that use InventoryItemSchema
Package
Description
-
Uses of InventoryItemSchema in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryItemSchemaModifier and TypeMethodDescriptionfinal List<InventoryItemSchema>GetInventorySchemaResponse.schemas()Inventory schemas returned by the request.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryItemSchemaModifier and TypeMethodDescriptionGetInventorySchemaResponse.Builder.schemas(InventoryItemSchema... schemas) Inventory schemas returned by the request.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryItemSchemaModifier and TypeMethodDescriptionGetInventorySchemaResponse.Builder.schemas(Collection<InventoryItemSchema> schemas) Inventory schemas returned by the request. -
Uses of InventoryItemSchema in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InventoryItemSchemaModifier and TypeMethodDescriptionfinal SdkIterable<InventoryItemSchema>GetInventorySchemaIterable.schemas()Returns an iterable to iterate through the paginatedGetInventorySchemaResponse.schemas()member.final SdkPublisher<InventoryItemSchema>GetInventorySchemaPublisher.schemas()Returns a publisher that can be used to get a stream of data.