Uses of Interface
software.amazon.awssdk.services.databrew.model.SendProjectSessionActionResponse.Builder
-
Packages that use SendProjectSessionActionResponse.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of SendProjectSessionActionResponse.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return SendProjectSessionActionResponse.Builder Modifier and Type Method Description SendProjectSessionActionResponse.BuilderSendProjectSessionActionResponse.Builder. actionId(Integer actionId)A unique identifier for the action that was performed.static SendProjectSessionActionResponse.BuilderSendProjectSessionActionResponse. builder()SendProjectSessionActionResponse.BuilderSendProjectSessionActionResponse.Builder. name(String name)The name of the project that was affected by the action.SendProjectSessionActionResponse.BuilderSendProjectSessionActionResponse.Builder. result(String result)A message indicating the result of performing the action.SendProjectSessionActionResponse.BuilderSendProjectSessionActionResponse. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type SendProjectSessionActionResponse.Builder Modifier and Type Method Description static Class<? extends SendProjectSessionActionResponse.Builder>SendProjectSessionActionResponse. serializableBuilderClass()
-