Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static AssociationType |
AssociationType.create(String key) |
AssociationType |
AssociationSummary.getAssociationType()
Type of the association.
|
AssociationType |
Association.getAssociationType()
Type of the association.
|
static AssociationType |
AssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationType[] |
AssociationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AssociationSummary.Builder |
AssociationSummary.Builder.associationType(AssociationType associationType)
Type of the association.
|
Association.Builder |
Association.Builder.associationType(AssociationType associationType)
Type of the association.
|
Constructor and Description |
---|
Association(String id,
String name,
Date timeCreated,
AssociationLifecycleState lifecycleState,
String certificatesResourceId,
String associatedResourceId,
String compartmentId,
AssociationType associationType)
Deprecated.
|
AssociationSummary(String id,
String name,
Date timeCreated,
AssociationLifecycleState lifecycleState,
String certificatesResourceId,
String associatedResourceId,
String compartmentId,
AssociationType associationType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.