Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateIpRestrictionRequest.Builder
-
Packages that use UpdateIpRestrictionRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateIpRestrictionRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateIpRestrictionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIpRestrictionResponse>QuickSightAsyncClient. updateIpRestriction(Consumer<UpdateIpRestrictionRequest.Builder> updateIpRestrictionRequest)Updates the content and status of IP rules.default UpdateIpRestrictionResponseQuickSightClient. updateIpRestriction(Consumer<UpdateIpRestrictionRequest.Builder> updateIpRestrictionRequest)Updates the content and status of IP rules. -
Uses of UpdateIpRestrictionRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateIpRestrictionRequest.Builder Modifier and Type Method Description UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the IP rules.static UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest. builder()UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest.Builder. enabled(Boolean enabled)A value that specifies whether IP rules are turned on.UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest.Builder. ipRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)A map that describes the updated IP rules with CIDR ranges and descriptions.UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIpRestrictionRequest.BuilderUpdateIpRestrictionRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateIpRestrictionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIpRestrictionRequest.Builder>UpdateIpRestrictionRequest. serializableBuilderClass()
-