### YamlMime:JavaType uid: "com.azure.core.amqp.AmqpClientOptions" fullName: "com.azure.core.amqp.AmqpClientOptions" name: "AmqpClientOptions" nameWithType: "AmqpClientOptions" summary: "General configuration options for AMQP clients." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - ")?alt=com.azure.core.util.ClientOptions.setHeaders&text=setHeaders\" data-throw-if-not-resolved=\"False\" />" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **AmqpClientOptions**
extends " constructors: - uid: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()" fullName: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()" name: "AmqpClientOptions()" nameWithType: "AmqpClientOptions.AmqpClientOptions()" summary: "Creates an instance of ." syntax: "public AmqpClientOptions()" desc: "Creates an instance of ." methods: - uid: "com.azure.core.amqp.AmqpClientOptions.getIdentifier()" fullName: "com.azure.core.amqp.AmqpClientOptions.getIdentifier()" name: "getIdentifier()" nameWithType: "AmqpClientOptions.getIdentifier()" summary: "Gets the identifier for the AMQP client." syntax: "public String getIdentifier()" desc: "Gets the identifier for the AMQP client." returns: description: "AMQP client identifier." type: "String" - uid: "com.azure.core.amqp.AmqpClientOptions.setApplicationId(java.lang.String)" fullName: "com.azure.core.amqp.AmqpClientOptions.setApplicationId(String applicationId)" name: "setApplicationId(String applicationId)" nameWithType: "AmqpClientOptions.setApplicationId(String applicationId)" overridden: "com.azure.core.util.ClientOptions.setApplicationId(java.lang.String)" parameters: - name: "applicationId" type: "String" syntax: "public AmqpClientOptions setApplicationId(String applicationId)" returns: type: "" - uid: "com.azure.core.amqp.AmqpClientOptions.setHeaders(java.lang.Iterable)" fullName: "com.azure.core.amqp.AmqpClientOptions.setHeaders(Iterable
headers)" name: "setHeaders(Iterable
headers)" nameWithType: "AmqpClientOptions.setHeaders(Iterable
headers)" overridden: "com.azure.core.util.ClientOptions.setHeaders(java.lang.Iterable)" parameters: - name: "headers" type: "Iterable<>" syntax: "public AmqpClientOptions setHeaders(Iterable
headers)" returns: type: "" - uid: "com.azure.core.amqp.AmqpClientOptions.setIdentifier(java.lang.String)" fullName: "com.azure.core.amqp.AmqpClientOptions.setIdentifier(String identifier)" name: "setIdentifier(String identifier)" nameWithType: "AmqpClientOptions.setIdentifier(String identifier)" summary: "Sets the identifier for the AMQP client." parameters: - description: "A specific string to identify AMQP client. If null or empty, a UUID will be used as the\n identifier." name: "identifier" type: "String" syntax: "public AmqpClientOptions setIdentifier(String identifier)" desc: "Sets the identifier for the AMQP client." returns: description: "The updated object." type: "" type: "class" desc: "General configuration options for AMQP clients." metadata: {} package: "com.azure.core.amqp" artifact: com.azure:azure-core-amqp:2.9.11