Uses of Class
com.oracle.bmc.dbmulticloud.model.AwsNodes
-
Packages that use AwsNodes Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of AwsNodes in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return AwsNodes Modifier and Type Method Description AwsNodesAwsNodes.Builder. build()Methods in com.oracle.bmc.dbmulticloud.model that return types with arguments of type AwsNodes Modifier and Type Method Description List<AwsNodes>ServiceRoleDetails. getAwsNodes()List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type AwsNodes Modifier and Type Method Description AwsNodes.BuilderAwsNodes.Builder. copy(AwsNodes model)Method parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type AwsNodes Modifier and Type Method Description ServiceRoleDetails.BuilderServiceRoleDetails.Builder. awsNodes(List<AwsNodes> awsNodes)List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.Constructor parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type AwsNodes Constructor Description ServiceRoleDetails(String roleArn, String servicePrivateEndpoint, ServiceRoleDetails.ServiceType serviceType, ServiceRoleDetails.AssumeRoleStatus assumeRoleStatus, List<AwsNodes> awsNodes)Deprecated.
-