Uses of Interface
software.amazon.awssdk.services.detective.model.CreateGraphResponse.Builder
-
Packages that use CreateGraphResponse.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of CreateGraphResponse.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return CreateGraphResponse.Builder Modifier and Type Method Description static CreateGraphResponse.BuilderCreateGraphResponse. builder()CreateGraphResponse.BuilderCreateGraphResponse.Builder. graphArn(String graphArn)The ARN of the new behavior graph.CreateGraphResponse.BuilderCreateGraphResponse. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type CreateGraphResponse.Builder Modifier and Type Method Description static Class<? extends CreateGraphResponse.Builder>CreateGraphResponse. serializableBuilderClass()
-