Uses of Interface
software.amazon.awssdk.services.account.model.GetContactInformationResponse.Builder
-
Packages that use GetContactInformationResponse.Builder Package Description software.amazon.awssdk.services.account.model -
-
Uses of GetContactInformationResponse.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return GetContactInformationResponse.Builder Modifier and Type Method Description static GetContactInformationResponse.BuilderGetContactInformationResponse. builder()default GetContactInformationResponse.BuilderGetContactInformationResponse.Builder. contactInformation(Consumer<ContactInformation.Builder> contactInformation)Contains the details of the primary contact information associated with an Amazon Web Services account.GetContactInformationResponse.BuilderGetContactInformationResponse.Builder. contactInformation(ContactInformation contactInformation)Contains the details of the primary contact information associated with an Amazon Web Services account.GetContactInformationResponse.BuilderGetContactInformationResponse. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type GetContactInformationResponse.Builder Modifier and Type Method Description static Class<? extends GetContactInformationResponse.Builder>GetContactInformationResponse. serializableBuilderClass()
-