Uses of Class
software.amazon.awssdk.services.route53profiles.model.Profile
-
Packages that use Profile Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of Profile in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return Profile Modifier and Type Method Description ProfileCreateProfileResponse. profile()The Profile that you just created.ProfileDeleteProfileResponse. profile()Information about theDeleteProfilerequest, including the status of the request.ProfileGetProfileResponse. profile()Information about the Profile, including the status of the Profile.Methods in software.amazon.awssdk.services.route53profiles.model with parameters of type Profile Modifier and Type Method Description CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(Profile profile)The Profile that you just created.DeleteProfileResponse.BuilderDeleteProfileResponse.Builder. profile(Profile profile)Information about theDeleteProfilerequest, including the status of the request.GetProfileResponse.BuilderGetProfileResponse.Builder. profile(Profile profile)Information about the Profile, including the status of the Profile.
-