Uses of Class
software.amazon.awssdk.services.route53profiles.model.DisassociateProfileResponse
-
Packages that use DisassociateProfileResponse 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 DisassociateProfileResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return DisassociateProfileResponse Modifier and Type Method Description default DisassociateProfileResponseRoute53ProfilesClient. disassociateProfile(Consumer<DisassociateProfileRequest.Builder> disassociateProfileRequest)Dissociates a specified Route 53 Profile from the specified VPC.default DisassociateProfileResponseRoute53ProfilesClient. disassociateProfile(DisassociateProfileRequest disassociateProfileRequest)Dissociates a specified Route 53 Profile from the specified VPC.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type DisassociateProfileResponse Modifier and Type Method Description default CompletableFuture<DisassociateProfileResponse>Route53ProfilesAsyncClient. disassociateProfile(Consumer<DisassociateProfileRequest.Builder> disassociateProfileRequest)Dissociates a specified Route 53 Profile from the specified VPC.default CompletableFuture<DisassociateProfileResponse>Route53ProfilesAsyncClient. disassociateProfile(DisassociateProfileRequest disassociateProfileRequest)Dissociates a specified Route 53 Profile from the specified VPC.
-