Uses of Class
com.oracle.bmc.managementagent.model.NamedCredential.LifecycleState
-
Packages that use NamedCredential.LifecycleState Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.requests -
-
Uses of NamedCredential.LifecycleState in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent with parameters of type NamedCredential.LifecycleState Modifier and Type Method Description Waiter<GetNamedCredentialRequest,GetNamedCredentialResponse>ManagementAgentWaiters. forNamedCredential(GetNamedCredentialRequest request, NamedCredential.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetNamedCredentialRequest,GetNamedCredentialResponse>ManagementAgentWaiters. forNamedCredential(GetNamedCredentialRequest request, NamedCredential.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetNamedCredentialRequest,GetNamedCredentialResponse>ManagementAgentWaiters. forNamedCredential(GetNamedCredentialRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NamedCredential.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of NamedCredential.LifecycleState in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return NamedCredential.LifecycleState Modifier and Type Method Description static NamedCredential.LifecycleStateNamedCredential.LifecycleState. create(String key)NamedCredential.LifecycleStateNamedCredential. getLifecycleState()The current state of the named credentialNamedCredential.LifecycleStateNamedCredentialSummary. getLifecycleState()The current state of the named credentialstatic NamedCredential.LifecycleStateNamedCredential.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static NamedCredential.LifecycleState[]NamedCredential.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managementagent.model with parameters of type NamedCredential.LifecycleState Modifier and Type Method Description NamedCredential.BuilderNamedCredential.Builder. lifecycleState(NamedCredential.LifecycleState lifecycleState)The current state of the named credentialNamedCredentialSummary.BuilderNamedCredentialSummary.Builder. lifecycleState(NamedCredential.LifecycleState lifecycleState)The current state of the named credentialConstructors in com.oracle.bmc.managementagent.model with parameters of type NamedCredential.LifecycleState Constructor Description NamedCredential(String id, String name, String type, String managementAgentId, String description, Date timeCreated, Date timeUpdated, NamedCredential.LifecycleState lifecycleState, List<NamedCredentialProperty> properties, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.NamedCredentialSummary(String id, String name, String type, String managementAgentId, String description, Date timeCreated, Date timeUpdated, List<NamedCredentialProperty> properties, NamedCredential.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of NamedCredential.LifecycleState in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return types with arguments of type NamedCredential.LifecycleState Modifier and Type Method Description List<NamedCredential.LifecycleState>ListNamedCredentialsRequest. getLifecycleState()Filter to return only Management Agents in the particular lifecycle state.Methods in com.oracle.bmc.managementagent.requests with parameters of type NamedCredential.LifecycleState Modifier and Type Method Description ListNamedCredentialsRequest.BuilderListNamedCredentialsRequest.Builder. lifecycleState(NamedCredential.LifecycleState singularValue)Singular setter.Method parameters in com.oracle.bmc.managementagent.requests with type arguments of type NamedCredential.LifecycleState Modifier and Type Method Description ListNamedCredentialsRequest.BuilderListNamedCredentialsRequest.Builder. lifecycleState(List<NamedCredential.LifecycleState> lifecycleState)Filter to return only Management Agents in the particular lifecycle state.
-