Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamRoutingPolicyRegistrationDelta.Builder
Packages that use IpamRoutingPolicyRegistrationDelta.Builder
-
Uses of IpamRoutingPolicyRegistrationDelta.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamRoutingPolicyRegistrationDelta.BuilderModifier and TypeMethodDescriptionIpamRoutingPolicyRegistrationDelta.builder()The unique identifier of the delta.The JSON specification describing the changes applied in this delta.The state of the delta.IpamRoutingPolicyRegistrationDelta.Builder.state(IpamRoutingPolicyRegistrationDeltaState state) The state of the delta.IpamRoutingPolicyRegistrationDelta.Builder.stateMessage(String stateMessage) A message describing the current state, including error information if the delta failed.IpamRoutingPolicyRegistrationDelta.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamRoutingPolicyRegistrationDelta.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamRoutingPolicyRegistrationDelta.Builder>IpamRoutingPolicyRegistrationDelta.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamRoutingPolicyRegistrationDelta.BuilderModifier and TypeMethodDescriptionBatchModifyIpamRoutingPolicyRegistrationsResponse.Builder.ipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this batch operation.CreateIpamRoutingPolicyRegistrationResponse.Builder.ipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this operation.DeleteIpamRoutingPolicyRegistrationResponse.Builder.ipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this deletion.ModifyIpamRoutingPolicyRegistrationResponse.Builder.ipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this modification.