Uses of Class
software.amazon.awssdk.services.connect.model.CreatePredefinedAttributeRequest
-
Packages that use CreatePredefinedAttributeRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of CreatePredefinedAttributeRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type CreatePredefinedAttributeRequest Modifier and Type Method Description default CompletableFuture<CreatePredefinedAttributeResponse>ConnectAsyncClient. createPredefinedAttribute(CreatePredefinedAttributeRequest createPredefinedAttributeRequest)Creates a new predefined attribute for the specified Amazon Connect instance.default CreatePredefinedAttributeResponseConnectClient. createPredefinedAttribute(CreatePredefinedAttributeRequest createPredefinedAttributeRequest)Creates a new predefined attribute for the specified Amazon Connect instance. -
Uses of CreatePredefinedAttributeRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type CreatePredefinedAttributeRequest Modifier and Type Method Description SdkHttpFullRequestCreatePredefinedAttributeRequestMarshaller. marshall(CreatePredefinedAttributeRequest createPredefinedAttributeRequest)
-