Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryItemSchema
-
Packages that use InventoryItemSchema Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 InventoryItemSchema Modifier and Type Method Description List<InventoryItemSchema>GetInventorySchemaResponse. schemas()Inventory schemas returned by the request.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryItemSchema Modifier and Type Method Description GetInventorySchemaResponse.BuilderGetInventorySchemaResponse.Builder. schemas(InventoryItemSchema... schemas)Inventory schemas returned by the request.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryItemSchema Modifier and Type Method Description GetInventorySchemaResponse.BuilderGetInventorySchemaResponse.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 InventoryItemSchema Modifier and Type Method Description SdkIterable<InventoryItemSchema>GetInventorySchemaIterable. schemas()Returns an iterable to iterate through the paginatedGetInventorySchemaResponse.schemas()member.SdkPublisher<InventoryItemSchema>GetInventorySchemaPublisher. schemas()Returns a publisher that can be used to get a stream of data.
-