public interface ClusterConnectOptionsType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterConnectOptionsType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwsAccessKeyId()
Gets the "aws.access-key-id" element
|
String |
getAwsSecretKey()
Gets the "aws.secret-key" element
|
void |
setAwsAccessKeyId(String awsAccessKeyId)
Sets the "aws.access-key-id" element
|
void |
setAwsSecretKey(String awsSecretKey)
Sets the "aws.secret-key" element
|
CollapsedString |
xgetAwsAccessKeyId()
Gets (as xml) the "aws.access-key-id" element
|
CollapsedString |
xgetAwsSecretKey()
Gets (as xml) the "aws.secret-key" element
|
void |
xsetAwsAccessKeyId(CollapsedString awsAccessKeyId)
Sets (as xml) the "aws.access-key-id" element
|
void |
xsetAwsSecretKey(CollapsedString awsSecretKey)
Sets (as xml) the "aws.secret-key" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getAwsAccessKeyId()
CollapsedString xgetAwsAccessKeyId()
void setAwsAccessKeyId(String awsAccessKeyId)
void xsetAwsAccessKeyId(CollapsedString awsAccessKeyId)
String getAwsSecretKey()
CollapsedString xgetAwsSecretKey()
void setAwsSecretKey(String awsSecretKey)
void xsetAwsSecretKey(CollapsedString awsSecretKey)
Copyright © 2014–2016. All rights reserved.