Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.GetViewRequest
-
Packages that use GetViewRequest 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 GetViewRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type GetViewRequest Modifier and Type Method Description default CompletableFuture<GetViewResponse>ResourceExplorer2AsyncClient. getView(GetViewRequest getViewRequest)Retrieves details of the specified view.default GetViewResponseResourceExplorer2Client. getView(GetViewRequest getViewRequest)Retrieves details of the specified view. -
Uses of GetViewRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type GetViewRequest Modifier and Type Method Description SdkHttpFullRequestGetViewRequestMarshaller. marshall(GetViewRequest getViewRequest)
-