Uses of Class
software.amazon.awssdk.services.connect.model.CreatePredefinedAttributeResponse
-
Packages that use CreatePredefinedAttributeResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of CreatePredefinedAttributeResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreatePredefinedAttributeResponse Modifier and Type Method Description default CreatePredefinedAttributeResponseConnectClient. createPredefinedAttribute(Consumer<CreatePredefinedAttributeRequest.Builder> 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreatePredefinedAttributeResponse Modifier and Type Method Description default CompletableFuture<CreatePredefinedAttributeResponse>ConnectAsyncClient. createPredefinedAttribute(Consumer<CreatePredefinedAttributeRequest.Builder> createPredefinedAttributeRequest)Creates a new predefined attribute for the specified Amazon Connect instance.default CompletableFuture<CreatePredefinedAttributeResponse>ConnectAsyncClient. createPredefinedAttribute(CreatePredefinedAttributeRequest createPredefinedAttributeRequest)Creates a new predefined attribute for the specified Amazon Connect instance.
-