public class AccountLinkFactory
extends java.lang.Object
AccountLinkFactory
is responsible for creating instances of services
contained inside the com.vmware.vmc.orgs.account_link package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
CompatibleSubnetsAsync |
compatibleSubnetsAsyncService()
Returns an instance of class
CompatibleSubnetsAsync |
CompatibleSubnets |
compatibleSubnetsService()
Returns an instance of class
CompatibleSubnets |
ConnectedAccounts |
connectedAccountsService()
Returns an instance of class
ConnectedAccounts |
static AccountLinkFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
MapCustomerZones |
mapCustomerZonesService()
Returns an instance of class
MapCustomerZones |
SddcConnections |
sddcConnectionsService()
Returns an instance of class
SddcConnections |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static AccountLinkFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestAccountLinkFactory
factory instancepublic CompatibleSubnets compatibleSubnetsService()
CompatibleSubnets
public CompatibleSubnetsAsync compatibleSubnetsAsyncService()
CompatibleSubnetsAsync
public ConnectedAccounts connectedAccountsService()
ConnectedAccounts
public MapCustomerZones mapCustomerZonesService()
MapCustomerZones
public SddcConnections sddcConnectionsService()
SddcConnections
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)