Uses of Class
software.amazon.awssdk.services.cloudtrail.model.FederationStatus
-
Packages that use FederationStatus Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of FederationStatus in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return FederationStatus Modifier and Type Method Description FederationStatusDisableFederationResponse. federationStatus()The federation status.FederationStatusEnableFederationResponse. federationStatus()The federation status.FederationStatusGetEventDataStoreResponse. federationStatus()Indicates the Lake query federation status.FederationStatusUpdateEventDataStoreResponse. federationStatus()Indicates the Lake query federation status.static FederationStatusFederationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FederationStatusFederationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FederationStatus[]FederationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type FederationStatus Modifier and Type Method Description static Set<FederationStatus>FederationStatus. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type FederationStatus Modifier and Type Method Description DisableFederationResponse.BuilderDisableFederationResponse.Builder. federationStatus(FederationStatus federationStatus)The federation status.EnableFederationResponse.BuilderEnableFederationResponse.Builder. federationStatus(FederationStatus federationStatus)The federation status.GetEventDataStoreResponse.BuilderGetEventDataStoreResponse.Builder. federationStatus(FederationStatus federationStatus)Indicates the Lake query federation status.UpdateEventDataStoreResponse.BuilderUpdateEventDataStoreResponse.Builder. federationStatus(FederationStatus federationStatus)Indicates the Lake query federation status.
-