Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.BatchGetViewResponse
-
Packages that use BatchGetViewResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of BatchGetViewResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return BatchGetViewResponse Modifier and Type Method Description default BatchGetViewResponseResourceExplorer2Client. batchGetView(Consumer<BatchGetViewRequest.Builder> batchGetViewRequest)Retrieves details about a list of views.default BatchGetViewResponseResourceExplorer2Client. batchGetView(BatchGetViewRequest batchGetViewRequest)Retrieves details about a list of views.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type BatchGetViewResponse Modifier and Type Method Description default CompletableFuture<BatchGetViewResponse>ResourceExplorer2AsyncClient. batchGetView(Consumer<BatchGetViewRequest.Builder> batchGetViewRequest)Retrieves details about a list of views.default CompletableFuture<BatchGetViewResponse>ResourceExplorer2AsyncClient. batchGetView(BatchGetViewRequest batchGetViewRequest)Retrieves details about a list of views.
-