Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.GetIndexResponse
-
Packages that use GetIndexResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of GetIndexResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return GetIndexResponse Modifier and Type Method Description default GetIndexResponseResourceExplorer2Client. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.default GetIndexResponseResourceExplorer2Client. getIndex(GetIndexRequest getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type GetIndexResponse Modifier and Type Method Description default CompletableFuture<GetIndexResponse>ResourceExplorer2AsyncClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.default CompletableFuture<GetIndexResponse>ResourceExplorer2AsyncClient. getIndex(GetIndexRequest getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.
-