Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.GetViewResponse
-
Packages that use GetViewResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of GetViewResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return GetViewResponse Modifier and Type Method Description default GetViewResponseResourceExplorer2Client. getView(Consumer<GetViewRequest.Builder> getViewRequest)Retrieves details of the specified view.default GetViewResponseResourceExplorer2Client. getView(GetViewRequest getViewRequest)Retrieves details of the specified view.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type GetViewResponse Modifier and Type Method Description default CompletableFuture<GetViewResponse>ResourceExplorer2AsyncClient. getView(Consumer<GetViewRequest.Builder> getViewRequest)Retrieves details of the specified view.default CompletableFuture<GetViewResponse>ResourceExplorer2AsyncClient. getView(GetViewRequest getViewRequest)Retrieves details of the specified view.
-