Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.GetDefaultViewResponse
-
Packages that use GetDefaultViewResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of GetDefaultViewResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return GetDefaultViewResponse Modifier and Type Method Description default GetDefaultViewResponseResourceExplorer2Client. getDefaultView(Consumer<GetDefaultViewRequest.Builder> getDefaultViewRequest)Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation.default GetDefaultViewResponseResourceExplorer2Client. getDefaultView(GetDefaultViewRequest getDefaultViewRequest)Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type GetDefaultViewResponse Modifier and Type Method Description default CompletableFuture<GetDefaultViewResponse>ResourceExplorer2AsyncClient. getDefaultView(Consumer<GetDefaultViewRequest.Builder> getDefaultViewRequest)Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation.default CompletableFuture<GetDefaultViewResponse>ResourceExplorer2AsyncClient. getDefaultView(GetDefaultViewRequest getDefaultViewRequest)Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation.
-