Uses of Class
software.amazon.awssdk.services.ssm.model.GetInventorySchemaResponse
-
Packages that use GetInventorySchemaResponse Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.paginators -
-
Uses of GetInventorySchemaResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetInventorySchemaResponse Modifier and Type Method Description default GetInventorySchemaResponseSsmClient. getInventorySchema()Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default GetInventorySchemaResponseSsmClient. getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default GetInventorySchemaResponseSsmClient. getInventorySchema(GetInventorySchemaRequest getInventorySchemaRequest)Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetInventorySchemaResponse Modifier and Type Method Description default CompletableFuture<GetInventorySchemaResponse>SsmAsyncClient. getInventorySchema()Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default CompletableFuture<GetInventorySchemaResponse>SsmAsyncClient. getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default CompletableFuture<GetInventorySchemaResponse>SsmAsyncClient. getInventorySchema(GetInventorySchemaRequest getInventorySchemaRequest)Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type. -
Uses of GetInventorySchemaResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type GetInventorySchemaResponse Modifier and Type Method Description Iterator<GetInventorySchemaResponse>GetInventorySchemaIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type GetInventorySchemaResponse Modifier and Type Method Description voidGetInventorySchemaPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInventorySchemaResponse> subscriber)
-