Uses of Interface
software.amazon.awssdk.services.securityhub.model.CreateInsightResponse.Builder
-
Packages that use CreateInsightResponse.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of CreateInsightResponse.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return CreateInsightResponse.Builder Modifier and Type Method Description static CreateInsightResponse.BuilderCreateInsightResponse. builder()CreateInsightResponse.BuilderCreateInsightResponse.Builder. insightArn(String insightArn)The ARN of the insight created.CreateInsightResponse.BuilderCreateInsightResponse. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type CreateInsightResponse.Builder Modifier and Type Method Description static Class<? extends CreateInsightResponse.Builder>CreateInsightResponse. serializableBuilderClass()
-