Uses of Class
software.amazon.awssdk.services.route53profiles.model.CreateProfileResponse
-
Packages that use CreateProfileResponse 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 CreateProfileResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return CreateProfileResponse Modifier and Type Method Description default CreateProfileResponseRoute53ProfilesClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates an empty Route 53 Profile.default CreateProfileResponseRoute53ProfilesClient. createProfile(CreateProfileRequest createProfileRequest)Creates an empty Route 53 Profile.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type CreateProfileResponse Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>Route53ProfilesAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates an empty Route 53 Profile.default CompletableFuture<CreateProfileResponse>Route53ProfilesAsyncClient. createProfile(CreateProfileRequest createProfileRequest)Creates an empty Route 53 Profile.
-