Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.AssociateDefaultViewResponse
-
Packages that use AssociateDefaultViewResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of AssociateDefaultViewResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return AssociateDefaultViewResponse Modifier and Type Method Description default AssociateDefaultViewResponseResourceExplorer2Client. associateDefaultView(Consumer<AssociateDefaultViewRequest.Builder> associateDefaultViewRequest)Sets the specified view as the default for the Amazon Web Services Region in which you call this operation.default AssociateDefaultViewResponseResourceExplorer2Client. associateDefaultView(AssociateDefaultViewRequest associateDefaultViewRequest)Sets the specified view as 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 AssociateDefaultViewResponse Modifier and Type Method Description default CompletableFuture<AssociateDefaultViewResponse>ResourceExplorer2AsyncClient. associateDefaultView(Consumer<AssociateDefaultViewRequest.Builder> associateDefaultViewRequest)Sets the specified view as the default for the Amazon Web Services Region in which you call this operation.default CompletableFuture<AssociateDefaultViewResponse>ResourceExplorer2AsyncClient. associateDefaultView(AssociateDefaultViewRequest associateDefaultViewRequest)Sets the specified view as the default for the Amazon Web Services Region in which you call this operation.
-