Uses of Interface
software.amazon.awssdk.services.route53profiles.model.GetProfileRequest.Builder
-
Packages that use GetProfileRequest.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 GetProfileRequest.Builder in software.amazon.awssdk.services.route53profiles
Method parameters in software.amazon.awssdk.services.route53profiles with type arguments of type GetProfileRequest.Builder 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 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. -
Uses of GetProfileRequest.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return GetProfileRequest.Builder Modifier and Type Method Description static GetProfileRequest.BuilderGetProfileRequest. builder()GetProfileRequest.BuilderGetProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProfileRequest.BuilderGetProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProfileRequest.BuilderGetProfileRequest.Builder. profileId(String profileId)ID of the Profile.GetProfileRequest.BuilderGetProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type GetProfileRequest.Builder Modifier and Type Method Description static Class<? extends GetProfileRequest.Builder>GetProfileRequest. serializableBuilderClass()
-