Uses of Class
software.amazon.awssdk.services.wellarchitected.model.AssociateLensesResponse
-
Packages that use AssociateLensesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of AssociateLensesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return AssociateLensesResponse Modifier and Type Method Description default AssociateLensesResponseWellArchitectedClient. associateLenses(Consumer<AssociateLensesRequest.Builder> associateLensesRequest)Associate a lens to a workload.default AssociateLensesResponseWellArchitectedClient. associateLenses(AssociateLensesRequest associateLensesRequest)Associate a lens to a workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type AssociateLensesResponse Modifier and Type Method Description default CompletableFuture<AssociateLensesResponse>WellArchitectedAsyncClient. associateLenses(Consumer<AssociateLensesRequest.Builder> associateLensesRequest)Associate a lens to a workload.default CompletableFuture<AssociateLensesResponse>WellArchitectedAsyncClient. associateLenses(AssociateLensesRequest associateLensesRequest)Associate a lens to a workload.
-