Uses of Class
software.amazon.awssdk.services.route53profiles.model.GetProfileRequest
-
Packages that use GetProfileRequest 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 GetProfileRequest in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles with parameters of type GetProfileRequest Modifier and Type Method Description 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.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. -
Uses of GetProfileRequest in software.amazon.awssdk.services.route53profiles.transform
Methods in software.amazon.awssdk.services.route53profiles.transform with parameters of type GetProfileRequest Modifier and Type Method Description SdkHttpFullRequestGetProfileRequestMarshaller. marshall(GetProfileRequest getProfileRequest)
-