Uses of Interface
software.amazon.awssdk.services.mailmanager.model.GetRuleSetRequest.Builder
-
Packages that use GetRuleSetRequest.Builder Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API software.amazon.awssdk.services.mailmanager.model -
-
Uses of GetRuleSetRequest.Builder in software.amazon.awssdk.services.mailmanager
Method parameters in software.amazon.awssdk.services.mailmanager with type arguments of type GetRuleSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRuleSetResponse>MailManagerAsyncClient. getRuleSet(Consumer<GetRuleSetRequest.Builder> getRuleSetRequest)Fetch attributes of a rule set.default GetRuleSetResponseMailManagerClient. getRuleSet(Consumer<GetRuleSetRequest.Builder> getRuleSetRequest)Fetch attributes of a rule set. -
Uses of GetRuleSetRequest.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return GetRuleSetRequest.Builder Modifier and Type Method Description static GetRuleSetRequest.BuilderGetRuleSetRequest. builder()GetRuleSetRequest.BuilderGetRuleSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRuleSetRequest.BuilderGetRuleSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRuleSetRequest.BuilderGetRuleSetRequest.Builder. ruleSetId(String ruleSetId)The identifier of an existing rule set to be retrieved.GetRuleSetRequest.BuilderGetRuleSetRequest. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type GetRuleSetRequest.Builder Modifier and Type Method Description static Class<? extends GetRuleSetRequest.Builder>GetRuleSetRequest. serializableBuilderClass()
-