Uses of Interface
software.amazon.awssdk.services.inspector2.model.State.Builder
-
Packages that use State.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of State.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return State.Builder Modifier and Type Method Description static State.BuilderState. builder()State.BuilderState.Builder. errorCode(String errorCode)The error code explaining why the account failed to enable Amazon Inspector.State.BuilderState.Builder. errorCode(ErrorCode errorCode)The error code explaining why the account failed to enable Amazon Inspector.State.BuilderState.Builder. errorMessage(String errorMessage)The error message received when the account failed to enable Amazon Inspector.State.BuilderState.Builder. status(String status)The status of Amazon Inspector for the account.State.BuilderState.Builder. status(Status status)The status of Amazon Inspector for the account.State.BuilderState. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type State.Builder Modifier and Type Method Description static Class<? extends State.Builder>State. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type State.Builder Modifier and Type Method Description default ResourceState.BuilderResourceState.Builder. ec2(Consumer<State.Builder> ec2)An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.default ResourceState.BuilderResourceState.Builder. ecr(Consumer<State.Builder> ecr)An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.default ResourceState.BuilderResourceState.Builder. lambda(Consumer<State.Builder> lambda)An object that described the state of Amazon Inspector scans for an account.default ResourceState.BuilderResourceState.Builder. lambdaCode(Consumer<State.Builder> lambdaCode)An object that described the state of Amazon Inspector scans for an account.default AccountState.BuilderAccountState.Builder. state(Consumer<State.Builder> state)An object detailing the status of Amazon Inspector for the account.
-