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