Uses of Interface
software.amazon.awssdk.services.route53profiles.model.GetProfileResponse.Builder
-
Packages that use GetProfileResponse.Builder Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of GetProfileResponse.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return GetProfileResponse.Builder Modifier and Type Method Description static GetProfileResponse.BuilderGetProfileResponse. builder()default GetProfileResponse.BuilderGetProfileResponse.Builder. profile(Consumer<Profile.Builder> profile)Information about the Profile, including the status of the Profile.GetProfileResponse.BuilderGetProfileResponse.Builder. profile(Profile profile)Information about the Profile, including the status of the Profile.GetProfileResponse.BuilderGetProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type GetProfileResponse.Builder Modifier and Type Method Description static Class<? extends GetProfileResponse.Builder>GetProfileResponse. serializableBuilderClass()
-