Uses of Class
software.amazon.awssdk.services.route53profiles.model.DeleteProfileRequest
-
Packages that use DeleteProfileRequest 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.transform -
-
Uses of DeleteProfileRequest in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles with parameters of type DeleteProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>Route53ProfilesAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified Route 53 Profile.default DeleteProfileResponseRoute53ProfilesClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the specified Route 53 Profile. -
Uses of DeleteProfileRequest in software.amazon.awssdk.services.route53profiles.transform
Methods in software.amazon.awssdk.services.route53profiles.transform with parameters of type DeleteProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileRequestMarshaller. marshall(DeleteProfileRequest deleteProfileRequest)
-