Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.GetContactResponse.Builder
-
Packages that use GetContactResponse.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of GetContactResponse.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return GetContactResponse.Builder Modifier and Type Method Description static GetContactResponse.BuilderGetContactResponse. builder()default GetContactResponse.BuilderGetContactResponse.Builder. contact(Consumer<Contact.Builder> contact)The details of the requested contact.GetContactResponse.BuilderGetContactResponse.Builder. contact(Contact contact)The details of the requested contact.GetContactResponse.BuilderGetContactResponse. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type GetContactResponse.Builder Modifier and Type Method Description static Class<? extends GetContactResponse.Builder>GetContactResponse. serializableBuilderClass()
-