Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.GetTrailResponse.Builder
-
Packages that use GetTrailResponse.Builder Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of GetTrailResponse.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return GetTrailResponse.Builder Modifier and Type Method Description static GetTrailResponse.BuilderGetTrailResponse. builder()GetTrailResponse.BuilderGetTrailResponse. toBuilder()default GetTrailResponse.BuilderGetTrailResponse.Builder. trail(Consumer<Trail.Builder> trail)Sets the value of the Trail property for this object.GetTrailResponse.BuilderGetTrailResponse.Builder. trail(Trail trail)Sets the value of the Trail property for this object.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type GetTrailResponse.Builder Modifier and Type Method Description static Class<? extends GetTrailResponse.Builder>GetTrailResponse. serializableBuilderClass()
-