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