public static enum ListAssociationsRequest.AssociationType extends Enum<ListAssociationsRequest.AssociationType> implements BmcEnum
Type of associations to list. If the parameter is set to null, the service lists all types of associations.
Enum Constant and Description |
---|
CaBundle |
Certificate |
CertificateAuthority |
Modifier and Type | Method and Description |
---|---|
static ListAssociationsRequest.AssociationType |
create(String key) |
String |
getValue() |
static ListAssociationsRequest.AssociationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAssociationsRequest.AssociationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAssociationsRequest.AssociationType Certificate
public static final ListAssociationsRequest.AssociationType CertificateAuthority
public static final ListAssociationsRequest.AssociationType CaBundle
public static ListAssociationsRequest.AssociationType[] values()
for (ListAssociationsRequest.AssociationType c : ListAssociationsRequest.AssociationType.values()) System.out.println(c);
public static ListAssociationsRequest.AssociationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListAssociationsRequest.AssociationType create(String key)
Copyright © 2016–2024. All rights reserved.