Uses of Class
software.amazon.awssdk.services.route53profiles.model.DeleteProfileResponse
-
Packages that use DeleteProfileResponse Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts -
-
Uses of DeleteProfileResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return DeleteProfileResponse Modifier and Type Method Description default DeleteProfileResponseRoute53ProfilesClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the specified Route 53 Profile.default DeleteProfileResponseRoute53ProfilesClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified Route 53 Profile.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>Route53ProfilesAsyncClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the specified Route 53 Profile.default CompletableFuture<DeleteProfileResponse>Route53ProfilesAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified Route 53 Profile.
-