Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DeleteProfileResponse
-
Packages that use DeleteProfileResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of DeleteProfileResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return DeleteProfileResponse Modifier and Type Method Description default DeleteProfileResponseWellArchitectedClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Delete a profile.default DeleteProfileResponseWellArchitectedClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Delete a profile.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>WellArchitectedAsyncClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Delete a profile.default CompletableFuture<DeleteProfileResponse>WellArchitectedAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Delete a profile.
-