Uses of Class
software.amazon.awssdk.services.route53profiles.model.GetProfileResponse
-
Packages that use GetProfileResponse 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 GetProfileResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return GetProfileResponse Modifier and Type Method Description default GetProfileResponseRoute53ProfilesClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.default GetProfileResponseRoute53ProfilesClient. getProfile(GetProfileRequest getProfileRequest)Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type GetProfileResponse Modifier and Type Method Description default CompletableFuture<GetProfileResponse>Route53ProfilesAsyncClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.default CompletableFuture<GetProfileResponse>Route53ProfilesAsyncClient. getProfile(GetProfileRequest getProfileRequest)Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
-