Package | Description |
---|---|
com.oracle.bmc.analytics.model | |
com.oracle.bmc.analytics.responses |
Modifier and Type | Method and Description |
---|---|
PrivateAccessChannel |
PrivateAccessChannel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,PrivateAccessChannel> |
AnalyticsInstance.getPrivateAccessChannels()
Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as
VALUE.
|
Modifier and Type | Method and Description |
---|---|
PrivateAccessChannel.Builder |
PrivateAccessChannel.Builder.copy(PrivateAccessChannel model) |
Modifier and Type | Method and Description |
---|---|
AnalyticsInstance.Builder |
AnalyticsInstance.Builder.privateAccessChannels(Map<String,PrivateAccessChannel> privateAccessChannels)
Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object
as VALUE.
|
Constructor and Description |
---|
AnalyticsInstance(String id,
String name,
String description,
String compartmentId,
AnalyticsInstanceLifecycleState lifecycleState,
FeatureSet featureSet,
Capacity capacity,
LicenseType licenseType,
String emailNotification,
UpdateChannel updateChannel,
NetworkEndpointDetails networkEndpointDetails,
Map<String,PrivateAccessChannel> privateAccessChannels,
Map<String,VanityUrlDetails> vanityUrlDetails,
String serviceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
String kmsKeyId,
Date timeCreated,
Date timeUpdated,
FeatureBundle featureBundle,
String domainId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PrivateAccessChannel |
GetPrivateAccessChannelResponse.getPrivateAccessChannel()
The returned
PrivateAccessChannel instance. |
Modifier and Type | Method and Description |
---|---|
GetPrivateAccessChannelResponse.Builder |
GetPrivateAccessChannelResponse.Builder.privateAccessChannel(PrivateAccessChannel privateAccessChannel)
The returned
PrivateAccessChannel instance. |
Copyright © 2016–2024. All rights reserved.