Uses of Class
software.amazon.awssdk.services.b2bi.model.Logging
-
Packages that use Logging Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of Logging in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return Logging Modifier and Type Method Description static LoggingLogging. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoggingCreateProfileRequest. logging()Specifies whether or not logging is enabled for this profile.LoggingCreateProfileResponse. logging()Returns whether or not logging is turned on for this profile.LoggingGetProfileResponse. logging()Returns whether or not logging is enabled for this profile.LoggingProfileSummary. logging()Specifies whether or not logging is enabled for this profile.LoggingUpdateProfileResponse. logging()Specifies whether or not logging is enabled for this profile.static LoggingLogging. valueOf(String name)Returns the enum constant of this type with the specified name.static Logging[]Logging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type Logging Modifier and Type Method Description static Set<Logging>Logging. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type Logging Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. logging(Logging logging)Specifies whether or not logging is enabled for this profile.CreateProfileResponse.BuilderCreateProfileResponse.Builder. logging(Logging logging)Returns whether or not logging is turned on for this profile.GetProfileResponse.BuilderGetProfileResponse.Builder. logging(Logging logging)Returns whether or not logging is enabled for this profile.ProfileSummary.BuilderProfileSummary.Builder. logging(Logging logging)Specifies whether or not logging is enabled for this profile.UpdateProfileResponse.BuilderUpdateProfileResponse.Builder. logging(Logging logging)Specifies whether or not logging is enabled for this profile.
-