Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.UpdateFindingsRequest.Builder
-
Packages that use UpdateFindingsRequest.Builder Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities.software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of UpdateFindingsRequest.Builder in software.amazon.awssdk.services.accessanalyzer
Method parameters in software.amazon.awssdk.services.accessanalyzer with type arguments of type UpdateFindingsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFindingsResponse>AccessAnalyzerAsyncClient. updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)Updates the status for the specified findings.default UpdateFindingsResponseAccessAnalyzerClient. updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)Updates the status for the specified findings. -
Uses of UpdateFindingsRequest.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return UpdateFindingsRequest.Builder Modifier and Type Method Description UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. analyzerArn(String analyzerArn)The ARN of the analyzer that generated the findings to update.static UpdateFindingsRequest.BuilderUpdateFindingsRequest. builder()UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. clientToken(String clientToken)A client token.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. ids(String... ids)The IDs of the findings to update.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. ids(Collection<String> ids)The IDs of the findings to update.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. resourceArn(String resourceArn)The ARN of the resource identified in the finding.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. status(String status)The state represents the action to take to update the finding Status.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. status(FindingStatusUpdate status)The state represents the action to take to update the finding Status.UpdateFindingsRequest.BuilderUpdateFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type UpdateFindingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFindingsRequest.Builder>UpdateFindingsRequest. serializableBuilderClass()
-