Uses of Class
software.amazon.awssdk.services.connect.model.UpdatePredefinedAttributeRequest
-
Packages that use UpdatePredefinedAttributeRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of UpdatePredefinedAttributeRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type UpdatePredefinedAttributeRequest Modifier and Type Method Description default CompletableFuture<UpdatePredefinedAttributeResponse>ConnectAsyncClient. updatePredefinedAttribute(UpdatePredefinedAttributeRequest updatePredefinedAttributeRequest)Updates a predefined attribute for the specified Amazon Connect instance.default UpdatePredefinedAttributeResponseConnectClient. updatePredefinedAttribute(UpdatePredefinedAttributeRequest updatePredefinedAttributeRequest)Updates a predefined attribute for the specified Amazon Connect instance. -
Uses of UpdatePredefinedAttributeRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type UpdatePredefinedAttributeRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePredefinedAttributeRequestMarshaller. marshall(UpdatePredefinedAttributeRequest updatePredefinedAttributeRequest)
-