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