Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.PutProfileObjectResponse.Builder
-
Packages that use PutProfileObjectResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of PutProfileObjectResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return PutProfileObjectResponse.Builder Modifier and Type Method Description static PutProfileObjectResponse.BuilderPutProfileObjectResponse. builder()PutProfileObjectResponse.BuilderPutProfileObjectResponse.Builder. profileObjectUniqueKey(String profileObjectUniqueKey)The unique identifier of the profile object generated by the service.PutProfileObjectResponse.BuilderPutProfileObjectResponse. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type PutProfileObjectResponse.Builder Modifier and Type Method Description static Class<? extends PutProfileObjectResponse.Builder>PutProfileObjectResponse. serializableBuilderClass()
-