Uses of Class
software.amazon.awssdk.services.s3.model.LoggingEnabled
-
Packages that use LoggingEnabled Package Description software.amazon.awssdk.services.s3.model -
-
Uses of LoggingEnabled in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LoggingEnabled Modifier and Type Method Description LoggingEnabledBucketLoggingStatus. loggingEnabled()Returns the value of the LoggingEnabled property for this object.LoggingEnabledGetBucketLoggingResponse. loggingEnabled()Returns the value of the LoggingEnabled property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type LoggingEnabled Modifier and Type Method Description BucketLoggingStatus.BuilderBucketLoggingStatus.Builder. loggingEnabled(LoggingEnabled loggingEnabled)Sets the value of the LoggingEnabled property for this object.GetBucketLoggingResponse.BuilderGetBucketLoggingResponse.Builder. loggingEnabled(LoggingEnabled loggingEnabled)Sets the value of the LoggingEnabled property for this object.
-