Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetProfileObjectTypeResponse
-
Packages that use GetProfileObjectTypeResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetProfileObjectTypeResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetProfileObjectTypeResponse Modifier and Type Method Description default GetProfileObjectTypeResponseCustomerProfilesClient. getProfileObjectType(Consumer<GetProfileObjectTypeRequest.Builder> getProfileObjectTypeRequest)Returns the object types for a specific domain.default GetProfileObjectTypeResponseCustomerProfilesClient. getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest)Returns the object types for a specific domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetProfileObjectTypeResponse Modifier and Type Method Description default CompletableFuture<GetProfileObjectTypeResponse>CustomerProfilesAsyncClient. getProfileObjectType(Consumer<GetProfileObjectTypeRequest.Builder> getProfileObjectTypeRequest)Returns the object types for a specific domain.default CompletableFuture<GetProfileObjectTypeResponse>CustomerProfilesAsyncClient. getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest)Returns the object types for a specific domain.
-