Uses of Interface
software.amazon.awssdk.services.route53profiles.model.DisassociateProfileRequest.Builder
-
Packages that use DisassociateProfileRequest.Builder Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.model -
-
Uses of DisassociateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles
Method parameters in software.amazon.awssdk.services.route53profiles with type arguments of type DisassociateProfileRequest.Builder 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 DisassociateProfileResponseRoute53ProfilesClient. disassociateProfile(Consumer<DisassociateProfileRequest.Builder> disassociateProfileRequest)Dissociates a specified Route 53 Profile from the specified VPC. -
Uses of DisassociateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return DisassociateProfileRequest.Builder Modifier and Type Method Description static DisassociateProfileRequest.BuilderDisassociateProfileRequest. builder()DisassociateProfileRequest.BuilderDisassociateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateProfileRequest.BuilderDisassociateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateProfileRequest.BuilderDisassociateProfileRequest.Builder. profileId(String profileId)ID of the Profile.DisassociateProfileRequest.BuilderDisassociateProfileRequest.Builder. resourceId(String resourceId)The ID of the VPC.DisassociateProfileRequest.BuilderDisassociateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type DisassociateProfileRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateProfileRequest.Builder>DisassociateProfileRequest. serializableBuilderClass()
-