Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpgradeProfileVersionResponse
-
Packages that use UpgradeProfileVersionResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpgradeProfileVersionResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpgradeProfileVersionResponse Modifier and Type Method Description default UpgradeProfileVersionResponseWellArchitectedClient. upgradeProfileVersion(Consumer<UpgradeProfileVersionRequest.Builder> upgradeProfileVersionRequest)Upgrade a profile.default UpgradeProfileVersionResponseWellArchitectedClient. upgradeProfileVersion(UpgradeProfileVersionRequest upgradeProfileVersionRequest)Upgrade a profile.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpgradeProfileVersionResponse Modifier and Type Method Description default CompletableFuture<UpgradeProfileVersionResponse>WellArchitectedAsyncClient. upgradeProfileVersion(Consumer<UpgradeProfileVersionRequest.Builder> upgradeProfileVersionRequest)Upgrade a profile.default CompletableFuture<UpgradeProfileVersionResponse>WellArchitectedAsyncClient. upgradeProfileVersion(UpgradeProfileVersionRequest upgradeProfileVersionRequest)Upgrade a profile.
-