Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ListRecordHistoryResponse
-
Packages that use ListRecordHistoryResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of ListRecordHistoryResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return ListRecordHistoryResponse Modifier and Type Method Description default ListRecordHistoryResponseServiceCatalogClient. listRecordHistory()Lists the specified requests or all performed requests.default ListRecordHistoryResponseServiceCatalogClient. listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest)Lists the specified requests or all performed requests.default ListRecordHistoryResponseServiceCatalogClient. listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)Lists the specified requests or all performed requests.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type ListRecordHistoryResponse Modifier and Type Method Description default CompletableFuture<ListRecordHistoryResponse>ServiceCatalogAsyncClient. listRecordHistory()Lists the specified requests or all performed requests.default CompletableFuture<ListRecordHistoryResponse>ServiceCatalogAsyncClient. listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest)Lists the specified requests or all performed requests.default CompletableFuture<ListRecordHistoryResponse>ServiceCatalogAsyncClient. listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)Lists the specified requests or all performed requests.
-